docker-container-restart - Man Page

Restart one or more containers

Synopsis

docker container restart [Options] CONTAINER [CONTAINER...]

Description

Restart each container listed.

Options

-h, --help[=false] help for restart

-s, --signal="" Signal to send to the container

-t, --time=0 Seconds to wait before killing the container

See Also

docker-container(1)

Referenced By

docker-container(1).

Dec 2024 Docker Community Docker User Manuals