docker restart
Estimated reading time: 1 minuteEdge only: This is the CLI reference for Docker CE Edge versions. Some of these options may not be available to Docker CE stable or Docker EE. You can view the stable version of this CLI reference or learn about Docker CE Edge.
Description
Restart one or more containers
Usage
docker restart [OPTIONS] CONTAINER [CONTAINER...]
Options
Name, shorthand | Default | Description |
--time , -t |
10 |
Seconds to wait for stop before killing the container |
Parent command
Command | Description |
---|---|
docker | The base command for the Docker CLI. |
Examples
$ docker restart my_container