docker container restart

DescriptionRestart one or more containers
Usagedocker container restart [OPTIONS] CONTAINER [CONTAINER...]
Aliases
docker restart

Description

Restart one or more containers

Options

OptionDefaultDescription
-s, --signalSignal to send to the container
-t, --timeSeconds to wait before killing the container

Examples

$ docker restart my_container