docker restart
Restart one or more containers
Usage
docker restart [OPTIONS] CONTAINER [CONTAINER...]
Description
Restart one or more containers
Options
Option | Short | Default | Description |
---|---|---|---|
--signal | -s | Signal to send to the container | |
--time | -t | Seconds to wait before killing the container |
Examples
$ docker restart my_container