Files
docker-cli/cli/command
Sebastiaan van Stijn 214cd05aa1 create/run: remove default --stop-signal
The DefaultStopSignal const has been deprecated, because the daemon already
handles a default value. The current code did not actually send the default
value unless the flag was set, which also made the flag description incorrect,
because in that case, the _daemon's_ default would be used, which could
potentially be different as was specified here.

This patch removes the default value from the flag, leaving it to the daemon
to set a default.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-25 09:53:42 +02:00
..
2020-09-15 16:26:47 -04:00
2021-07-01 18:39:00 +02:00
2017-09-01 19:41:06 -04:00
2019-01-10 22:25:43 +01:00