You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker daemon service name in official Docker packages
is 'docker' but formula uses 'dockerd'. Due to these differences
docker service won't start after installation.
Fix documentation link in systemd service
Docker daemon binary in official Docker archive distribution
is always 'dockerd' no reason to substitute service name
'null' from yaml is rendering as 'None' by Jinja therefore,
systemd displays a warning in the log, replace with empty string
to prevent this issue
BREAKING CHANGE: due changes in default service name, on systems
where 'archive' installation method is used, duplicate service
will be created. This can be avoided by updating pillar with
'docker:pkg:docker:service:name: dockerd'. Due fact that 'archive'
method is default this change may affect a large number of users
0 commit comments