docker container restart

Description Restart one or more containers
Usage docker container restart [OPTIONS] CONTAINER [CONTAINER...]
Aliases
docker restart

Description

Restart one or more containers

Options

Option Default Description
-s, --signal Signal to send to the container
-t, --time Seconds to wait before killing the container

Examples

$ docker restart my_container