DEV Community

Discussion on: My beautiful Linux development environment

 
wei2much profile image
Wei Guo

try out podman! Fedora 31 changed to cgroup v2.0 so docker is no longer compatible at the moment. check out podman, a rootless alternative to docker. you can easily install and add alias docker='podman' to your .bashrc or .zshrc file.

Thread Thread
 
deepu105 profile image
Deepu K Sasidharan

For now, I have changed startup to use cgroup v1.0, but ya I need to try Podman