1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/reference/commandline/restart.md
Sebastiaan van Stijn c611906062
Merge pull request #30804 from mstanleyjones/cli_fixups
Cli fixups
(cherry picked from commit 40dbbd3f9b)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-02-22 00:48:21 +01:00

832 B

title description keywords
restart The restart command description and usage restart, container, Docker

restart

Usage:  docker restart [OPTIONS] CONTAINER [CONTAINER...]

Restart one or more containers

Options:
      --help       Print usage
  -t, --time int   Seconds to wait for stop before killing the container (default 10)

Examples

$ docker restart my_container