docker-cli/docs/reference/commandline/container_restart.md
David Karlsson a6774de682 docs: rename cli reference aliases to canonical
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-15 11:29:30 +01:00

580 B

restart

Restart one or more containers

Aliases

docker container restart, docker restart

Options

Name Type Default Description
-s, --signal string Signal to send to the container
-t, --time int 0 Seconds to wait before killing the container

Examples

$ docker restart my_container