Docker Container Configuration
Jump to navigation
Jump to search
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.
{ ... "RestartPolicy":{"Name":"no","MaximumRetryCount":0}, ... }