github.com/xeptore/docker-cli@v20.10.14+incompatible/docs/reference/commandline/restart.md (about) 1 --- 2 title: "restart" 3 description: "The restart command description and usage" 4 keywords: "restart, container, Docker" 5 --- 6 7 # restart 8 9 ```markdown 10 Usage: docker restart [OPTIONS] CONTAINER [CONTAINER...] 11 12 Restart one or more containers 13 14 Options: 15 --help Print usage 16 -t, --time int Seconds to wait for stop before killing the container (default 10) 17 ``` 18 19 ## Examples 20 21 ```console 22 $ docker restart my_container 23 ```