mirror of https://github.com/docker/cli.git
Fix description of `docker run|create --stop-signal` in help message
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
01468292d6
commit
2fcb361c55
|
@ -111,7 +111,7 @@ Options:
|
||||||
The format is `<number><unit>`. `number` must be greater than `0`.
|
The format is `<number><unit>`. `number` must be greater than `0`.
|
||||||
Unit is optional and can be `b` (bytes), `k` (kilobytes), `m` (megabytes),
|
Unit is optional and can be `b` (bytes), `k` (kilobytes), `m` (megabytes),
|
||||||
or `g` (gigabytes). If you omit the unit, the system uses bytes.
|
or `g` (gigabytes). If you omit the unit, the system uses bytes.
|
||||||
--stop-signal string Signal to stop a container, SIGTERM by default (default "SIGTERM")
|
--stop-signal string Signal to stop a container (default "SIGTERM")
|
||||||
--stop-timeout=10 Timeout (in seconds) to stop a container
|
--stop-timeout=10 Timeout (in seconds) to stop a container
|
||||||
--storage-opt value Storage driver options for the container (default [])
|
--storage-opt value Storage driver options for the container (default [])
|
||||||
--sysctl value Sysctl options (default map[])
|
--sysctl value Sysctl options (default map[])
|
||||||
|
|
|
@ -122,7 +122,7 @@ Options:
|
||||||
Unit is optional and can be `b` (bytes), `k` (kilobytes), `m` (megabytes),
|
Unit is optional and can be `b` (bytes), `k` (kilobytes), `m` (megabytes),
|
||||||
or `g` (gigabytes). If you omit the unit, the system uses bytes.
|
or `g` (gigabytes). If you omit the unit, the system uses bytes.
|
||||||
--sig-proxy Proxy received signals to the process (default true)
|
--sig-proxy Proxy received signals to the process (default true)
|
||||||
--stop-signal string Signal to stop a container, SIGTERM by default (default "SIGTERM")
|
--stop-signal string Signal to stop a container (default "SIGTERM")
|
||||||
--stop-timeout=10 Timeout (in seconds) to stop a container
|
--stop-timeout=10 Timeout (in seconds) to stop a container
|
||||||
--storage-opt value Storage driver options for the container (default [])
|
--storage-opt value Storage driver options for the container (default [])
|
||||||
--sysctl value Sysctl options (default map[])
|
--sysctl value Sysctl options (default map[])
|
||||||
|
|
Loading…
Reference in New Issue