github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/cli/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 ```bash 22 $ docker restart my_container 23 ```