Files
docker-cli/components/engine/man
Yong Tang 9fc27540de Add config parameter to change per-container stop timeout during daemon shutdown
This fix tries to add a flag `--stop-timeout` to specify the timeout value
(in seconds) for the container to stop before SIGKILL is issued. If stop timeout
is not specified then the default timeout (10s) is used.

Additional test cases have been added to cover the change.

This fix is related to #22471. Another pull request will add `--shutdown-timeout`
to daemon for #22471.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Upstream-commit: e66d2108911a2fad016205bdd6bf181f7e822c1c
Component: engine
2016-10-17 12:28:46 -07:00
..
2015-06-10 13:43:35 -07:00
2016-09-15 09:55:29 +00:00
2016-02-17 11:55:56 +08:00
2015-10-13 11:52:14 -04:00
2016-02-25 09:48:21 +08:00
2015-11-10 09:33:55 +08:00
2016-02-25 09:48:21 +08:00
2015-06-10 13:43:35 -07:00
2016-09-28 12:45:30 +02:00
2016-09-02 13:06:08 +08:00
2016-02-25 09:48:21 +08:00
2016-03-22 08:16:52 +01:00
2015-11-10 09:33:55 +08:00
2015-06-10 13:43:35 -07:00
2016-08-30 12:07:38 +08:00
2016-08-18 20:43:50 -04:00
2016-09-08 15:46:29 -04:00
2016-09-08 17:25:56 +00:00
2015-06-10 13:43:35 -07:00
2016-07-22 09:43:08 +01:00

Docker Documentation

This directory contains scripts for generating the man pages. Many of the man pages are generated directly from the spf13/cobra Command definition. Some legacy pages are still generated from the markdown files in this directory. Do not edit the man pages in the man1 directory. Instead, update the Cobra command or amend the Markdown files for legacy pages.

Generate the man pages

From within the project root directory run:

make manpages