% DOCKER(1) Docker User Manuals % William Henry % APRIL 2014
docker-restart - Restart a running container
docker restart [-t|--time[=10]] CONTAINER [CONTAINER...]
Restart each container listed.
-t, --time=NUM Number of seconds to try to stop for before killing the container. Once killed it will then be restarted. Default=10
April 2014, Originally compiled by William Henry (whenry at redhat dot com) based on docker.io source material and internal work.