Docker update: Difference between revisions
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
=Internal= | =Internal= | ||
* [[]] | * [[Docker Client Operations#update|Client Operations]] | ||
=Overview= | =Overview= | ||
Can be used to update a container's [[Docker_Concepts#Configuration|configuration]]. Added in 1.11. | |||
=Options= | =Options= | ||
==--restart== | ==--restart== | ||
<pre> | |||
docker update ... --restart=always ... | |||
</pre> |
Latest revision as of 06:08, 5 December 2017
External
Internal
Overview
Can be used to update a container's configuration. Added in 1.11.
Options
--restart
docker update ... --restart=always ...