@@ -151,7 +151,7 @@ $ sudo dockerd --add-runtime runc=runc --add-runtime custom=/usr/local/bin/my-ru
151151 Set parent cgroup for all containers. Default is "/docker" for fs cgroup
152152 driver and "system.slice" for systemd cgroup driver.
153153
154- ** --config-file** ="/etc/docker/daemon.json"
154+ ** --config-file** =* "/etc/docker/daemon.json"*
155155 Specifies the JSON file path to load the configuration from.
156156
157157** --containerd** =""
@@ -165,7 +165,7 @@ $ sudo dockerd --add-runtime runc=runc --add-runtime custom=/usr/local/bin/my-ru
165165** -D** , ** --debug** =* true* |* false*
166166 Enable debug mode. Default is false.
167167
168- ** --default-cgroupns-mode** ="** host** | ** private* * "
168+ ** --default-cgroupns-mode** ="* host* | * private* "
169169 Set the default cgroup namespace mode for newly created containers. The argument
170170 can either be ** host** or ** private** . If unset, this defaults to ` host ` on cgroup v1,
171171` private ` on cgroup v2.
@@ -182,10 +182,10 @@ $ sudo dockerd --add-runtime runc=runc --add-runtime custom=/usr/local/bin/my-ru
182182 Example: base=172.30.0.0/16,size=24 will set the default
183183 address pools for the selected scope networks to {172.30.[ 0-255] .0/24}
184184
185- ** --default-runtime** ="runc"
185+ ** --default-runtime** =* "runc"*
186186 Set default runtime if there're more than one specified by ` --add-runtime ` .
187187
188- ** --default-ipc-mode** ="** private** | ** shareable* * "
188+ ** --default-ipc-mode** ="* private* | * shareable* "
189189 Set the default IPC mode for newly created containers. The argument
190190 can either be ** private** or ** shareable** .
191191
0 commit comments