mirror of
https://github.com/docker/cli.git
synced 2025-08-27 13:42:00 +03:00
Wording and documentation still need to be updated, but will do so in a follow-up. Also removing the default "10 seconds" from the timeout flags, as this default is not actually used, and may not match the actual default (which is defined on the daemon side). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
433 B
433 B
title, description, keywords
title | description | keywords |
---|---|---|
restart | The restart command description and usage | restart, container, Docker |
restart
Usage: docker restart [OPTIONS] CONTAINER [CONTAINER...]
Restart one or more containers
Options:
-s, --signal string Signal to send to the container
-t, --time int Seconds to wait before killing the container
Examples
$ docker restart my_container