docker restart


Restart one or more containers

Usage

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

For example uses of this command, refer to the examples section below.

Options

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

Examples

$ docker restart my_container