mirror of
https://github.com/docker/cli.git
synced 2026-09-26 09:20:58 -04:00
Merge pull request #29692 from yongtang/29492-daemon-shm-size
Add daemon option `--default-shm-size` Upstream-commit: 354bd4aaddc3072dbe9ead45b22a1eaccda6a506 Component: engine
This commit is contained in:
@@ -21,6 +21,7 @@ dockerd - Enable daemon mode
|
||||
[**--default-gateway**[=*DEFAULT-GATEWAY*]]
|
||||
[**--default-gateway-v6**[=*DEFAULT-GATEWAY-V6*]]
|
||||
[**--default-runtime**[=*runc*]]
|
||||
[**--default-shm-size**[=*64MiB*]]
|
||||
[**--default-ulimit**[=*[]*]]
|
||||
[**--disable-legacy-registry**]
|
||||
[**--dns**[=*[]*]]
|
||||
@@ -164,6 +165,9 @@ $ sudo dockerd --add-runtime runc=runc --add-runtime custom=/usr/local/bin/my-ru
|
||||
**--default-runtime**="runc"
|
||||
Set default runtime if there're more than one specified by `--add-runtime`.
|
||||
|
||||
**--default-shm-size**=*64MiB*
|
||||
Set the daemon-wide default shm size for containers. Default is `64MiB`.
|
||||
|
||||
**--default-ulimit**=[]
|
||||
Default ulimits for containers.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user