github.com/cspotcode/docker-cli@v20.10.0-rc1.0.20201201121459-3faad7acc5b8+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 ```bash 22 $ docker restart my_container 23 ```