-
Notifications
You must be signed in to change notification settings - Fork 18.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Systemd activation of docker.sock is missing in 18.09.0 #38119
Comments
ping @seemethere @crosbymichael I think this came up in an earlier discussion, but I don't recall if this was just temporarily removed, or if this was intended to be added back. If not, we should document this in the changelog /cc @ahh-docker |
Just installed 18.09 and had this same issue... No docker.socket systemd file to be found anymore, docker refusing to start up. Manually adding the docker.socket systemd file from the previous version 18.06.1 fixed this... |
Same problem for me:
|
This is being worked on in docker/docker-ce-packaging#257 |
This should be fixed, and backported to 18.09; docker/docker-ce-packaging#258 |
Description
The docker.sock activation via systemd appears to be missing from the Debian installer in 18.09.0-beta5.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Upgrading to 18.09 should preserve the systemd socket activation that is used with
fd://
. If this functionality is being removed, the change should be documented as a breaking change in the release notes.Additional information you deem important (e.g. issue happens only occasionally):
Easily reproduced. My daemon.json file typically contains many more entries, including a listener on 2376 with TLS keys, hence the custom configuration.
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Install on physical machine.
The text was updated successfully, but these errors were encountered: