mirror of https://github.com/docker/cli.git
433 B
433 B
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