Docker - Start a Container Automatically: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
=Overview=
=Overview=


"RestartPolicy" can be specified when the container is started with <tt>[[Docker_run#--restart|--restart=always]]</tt> flag.  
The [[Docker_Concepts#Restart_Policy|restart policy]] can be specified when the container is started with <tt>[[Docker_run#--restart|--restart=always]]</tt> flag.  


The container configuration can also be edited as such:
The container configuration can also be edited as such:

Revision as of 17:41, 19 April 2017

Internal

Overview

The restart policy can be specified when the container is started with --restart=always flag.

The container configuration can also be edited as such: