Browse Source

Adding options to `docker restart` documentation

URL of page is: http://docs.docker.io/en/latest/reference/commandline/cli/#restart

Docker-DCO-1.1-Signed-off-by: Scott Collier <emailscottcollier@gmail.com> (github: scollier)
Scott Collier 11 years ago
parent
commit
694c8e7dfc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/sources/reference/commandline/cli.rst

+ 2 - 0
docs/sources/reference/commandline/cli.rst

@@ -991,6 +991,8 @@ The last container is marked as a ``Ghost`` container. It is a container that wa
 
     Restart a running container
 
+       -t, --time=10: Number of seconds to try to stop for before killing the container. Once killed it will then be restarted. Default=10
+
 .. _cli_rm:
 
 ``rm``