github.com/nf/docker@v1.8.1/docs/reference/commandline/restart.md (about) 1 <!--[metadata]> 2 +++ 3 title = "restart" 4 description = "The restart command description and usage" 5 keywords = ["restart, container, Docker"] 6 [menu.main] 7 parent = "smn_cli" 8 weight=1 9 +++ 10 <![end-metadata]--> 11 12 # restart 13 14 Usage: docker restart [OPTIONS] CONTAINER [CONTAINER...] 15 16 Restart a running container 17 18 -t, --time=10 Seconds to wait for stop before killing the container 19