Docker - Start a Container Automatically: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
* [[Docker_Client_Operations#Container_Lifecycle_Operations|Container Liffecycle Operations]] | * [[Docker_Client_Operations#Container_Lifecycle_Operations|Container Liffecycle Operations]] | ||
* [[Docker_Container_Configuration#RestartPolicy|RestartPolicy]] | |||
=Overview= | =Overview= | ||
The [[Docker_Concepts#Restart_Policy|restart policy]] can be specified when the container is started with <tt>[[Docker_run#--restart|--restart=always]]</tt> flag. Also see: {{Internal|Docker_Container_Configuration#RestartPolicy|RestartPolicy}} | The [[Docker_Concepts#Restart_Policy|restart policy]] can be specified when the container is started with <tt>[[Docker_run#--restart|--restart=always]]</tt> flag. Also see: {{Internal|Docker_Container_Configuration#RestartPolicy|RestartPolicy}} |
Latest revision as of 02:59, 22 May 2018
Internal
Overview
The restart policy can be specified when the container is started with --restart=always flag. Also see: