-
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
Docker service not starting in centos 7.9 #1161
Comments
Not sure I understand your question;
Edge has been deprecated since docker 18.06 (but to help migrating users, packages were still pushed to that as well) see #1159 (comment) docker 20.10 has been released to stable, that's intentional. (the test channel will get both "beta", "rc", and "stable" packages) |
So just remember there's a problem with the 20.10. |
Can you get the logs?
|
I think this may be the same issue as described in moby/moby#41767. |
No logs since nothing happens (and sorry, I didn't keep any not working instance). For testing, I was also able to get the daemon started sometimes by just |
I also found this issue with a fresh install via userdata script on Centos7.9 on EC2 instances - docker 3:20.10.0-3.el7 fails to start or log anything, pinning to 19.3 allows docker to start and install to continue. This script version fails: Chaffelson/whoville@d644dbd#diff-85ce9455752e7166b94949bb8f50aaf6818a1165b3916230b6b56e1014978f85 |
Docker 20.10.1 was released, which contains an updated systemd unit that probably fixes this issue; if someone could try if the issue is resolved, that would be appreciated 👍 |
Not fixed here :
EDIT: When I try to remove the packages, yum hangs at |
Does it work after a reinstall? Curious what's causing it (bit hard to debug if there's no longs that indicate what's failing) |
Hi @thaJeztah Reminder : our runners are spawned every morning, with an ansible postinstall playbook installing docker-ce Thank you very much ! |
Finally updated today, I confirm everything is running well again after:
Thanks :) |
Glad it's working! |
Hello there,
Not sure you are the ones managing the rpms repositories, but I think there's a problem with a version not supposed to be instable
repo (20.10.0-3, since I can't find it inedge
, only intest
)Centos 7 stable
Would have been fine with we, if it wasn't breaking our postInstall playbooks, which is systematically blocking since this morning on enable+start the systemctl service/daemon.
Expected behavior
Enable + start the daemon smoothly
Actual behavior
Playbook stuck
Steps to reproduce the behavior
Output of
docker --version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.)
Hosted on GCP preemptible VMs
The text was updated successfully, but these errors were encountered: