-
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 20.10 cannot start up on Fedora 32 #1163
Comments
This looks like a duplicate of moby/moby#41609, and is likely because of the manual changes you mentioned Reverting those changes should probably fix this (see moby/moby#41609 (comment)) We'll have a look at adding a note about this in the release notes, but let me close this as duplicate of the other issue (feel free to continue the conversation after I closed) |
Added a section mentioning the firewalld integration and added notes on handling issues we've seen in the community Relates to docker/for-linux#1163 Signed-off-by: Arko Dasgupta <[email protected]>
* Firewalld integration Added a section mentioning the firewalld integration and added notes on handling issues we've seen in the community Relates to docker/for-linux#1163 Signed-off-by: Arko Dasgupta <[email protected]> * Update network/iptables.md Co-authored-by: Usha Mandya <[email protected]> * Minor style edits Co-authored-by: Usha Mandya <[email protected]>
I had this same problem with 5:20.10.2 |
Expected behavior
Start the daemon successfully by typing
systemctl start docker
.Actual behavior
systemctl start docker
failed with showing following messages:Steps to reproduce the behavior
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.)
uname -r
:systemctl status docker.service
:journalctl -u docker.service
:firewalld
(active zones):iptables
ornftables
does not help.The text was updated successfully, but these errors were encountered: