docker restart

Restart one or more containers

Usage

docker restart [OPTIONS] CONTAINER [CONTAINER...]

Description

Restart one or more containers

Options

OptionShortDefaultDescription
--signal-sSignal to send to the container
--time-tSeconds to wait before killing the container

Examples

$ docker restart my_container