From 2fcb361c55352ca0203d28394d64135fcdaa2ddc Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Thu, 9 Mar 2017 09:28:19 +0100 Subject: [PATCH] Fix description of `docker run|create --stop-signal` in help message Signed-off-by: Harald Albers --- docs/reference/commandline/create.md | 2 +- docs/reference/commandline/run.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/create.md b/docs/reference/commandline/create.md index 3540f6789c..756b2b4099 100644 --- a/docs/reference/commandline/create.md +++ b/docs/reference/commandline/create.md @@ -111,7 +111,7 @@ Options: The format is ``. `number` must be greater than `0`. Unit is optional and can be `b` (bytes), `k` (kilobytes), `m` (megabytes), 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 --storage-opt value Storage driver options for the container (default []) --sysctl value Sysctl options (default map[]) diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index 66a16f3986..a74dc77999 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -122,7 +122,7 @@ Options: Unit is optional and can be `b` (bytes), `k` (kilobytes), `m` (megabytes), or `g` (gigabytes). If you omit the unit, the system uses bytes. --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 --storage-opt value Storage driver options for the container (default []) --sysctl value Sysctl options (default map[])