DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

How to install Docker on Fedora 32

5 years ago poweruser.blog
How to install Docker on Fedora 32

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Installing Docker on most Linux distros is as easy as running: Not so on Fedora 32. It is possible to switch the Kernel back to cgroups v1.

You can install Podman with: And then just use it as a replacement for Docker: However, there are legitimate reasons why you might still want to use Docker instead of Podman. One reason that I personally care about is that Docker supports CLI plugins and Podman not (yet)*.

Please note that this does not break podman, as podman can deal both with legacy environments (cgroups v1, iptables) and Fedora 32’s more modern defaults.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com