1DOCKER(1) JUNE 2014 DOCKER(1)
2
3
4
6 docker-restart - Restart one or more containers
7
8
9
11 docker restart [--help] [-t|--time[=10]] CONTAINER [CONTAINER...]
12
13
14
16 Restart each container listed.
17
18
19
21 --help
22 Print usage statement
23
24
25 -t, --time=10
26 Number of seconds to try to stop for before killing the container.
27 Once killed it will then be restarted. Default is 10 seconds.
28
29
30
32 April 2014, Originally compiled by William Henry (whenry at redhat dot
33 com) based on docker.com source material and internal work. June 2014,
34 updated by Sven Dowideit ⟨SvenDowideit@home.org.au⟩
35
36
37
38Docker Community Docker User Manuals DOCKER(1)