Docker run
Jump to navigation
Jump to search
Internal
Overview
Creates a new container and runs the specified command in it.
Options
--restart
Configures the restart policy of the container being created.
docker run ... --restart=always ...
See