Docker Container Configuration: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
==RestartPolicy== | ==RestartPolicy== | ||
The container's restart policy specifies how container are restarted when the docker server is restarted. |
Revision as of 06:19, 5 December 2017
Internal
Overview
The container configuration resides under /var/lib/docker/containers/<container-id>.
hostconfig.json
RestartPolicy
The container's restart policy specifies how container are restarted when the docker server is restarted.