mirror of https://github.com/docker/cli.git
486 B
486 B
title | description | keywords |
---|---|---|
restart | The restart command description and usage | restart, container, Docker |
restart
Usage: docker restart [OPTIONS] CONTAINER [CONTAINER...]
Restart one or more containers
Aliases:
docker container restart, docker restart
Options:
-s, --signal string Signal to send to the container
-t, --time int Seconds to wait before killing the container
Examples
$ docker restart my_container