DEV Community

Discussion on: My beautiful Linux development environment

 
j_mplourde profile image
Jean-Michel Plourde

Yes, that's what I do. It's only docker not being supported on 30 that "holds me back". 29 being an LTS is good until then.

Thread Thread
 
deepu105 profile image
Deepu K Sasidharan

Btw did you try sudo dnf install --releasever=29 docker-ce docker-ce-cli containerd.io

Thread Thread
 
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