-
Notifications
You must be signed in to change notification settings - Fork 86
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
18.09.1.beta1: failed to start after upgrade #509
Comments
I had the same issue. My workaround was to enable nightly repo (test repo stores only single, latest version): and then downgrade to previous version:
|
Hmm..ok. Just chatted with @seemethere about this. Will look into it. |
Currently investigating this, will update later on what I find |
So socket activation was added in the latest beta for 18.09.1 for RPM based distributions, but the socket is not enabled by default, unlike DEB based distributions. Quick workaround for this right now is to activate the socket manually using:
And then enable your
Will be submitting a patch later today to enable the Relates to: |
Beta2 works fine :) |
Upgraded from docker-ce 18.09.0 to 18.09.1.beta1.
After upgrade daemon is not starting.
docker info
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
systemctl status docker.service
Expected behavior
Docker daemon is started after upgrade
Actual behavior
Docker daemon is NOT starting after upgrade
Steps to reproduce the behavior
Install docker-ce 18.09.0
Upgrade to docker-ce 18.09.1.beta1
Output of
docker version
:Output of
docker info
:Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Additional environment details (AWS, VirtualBox, physical, etc.)
On premise virtual machine
[REDACTED ~]# cat /etc/centos-release
CentOS Linux release 7.5.1804 (Core)
[REDACTED ~]# uname -a
Linux se-centos-bjma 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: