DEV Community

Discussion on: My beautiful Linux development environment

Collapse
 
j_mplourde profile image
Jean-Michel Plourde

The third paragraph only Fedora 28 and 29 are supported. I tried with 30 but you had to go through the unstable channel to get anything and I wasn't willing to do it to develop.

Thread Thread
 
deepu105 profile image
Deepu K Sasidharan

I already had docker installed and I upgraded to Fedora 30. So docker still works fine. I do need to check the PPA situation. I think maybe it's just that they haven't updated the PPA for docker yet. I see this issue github.com/docker/for-linux/issues...

Anyway, for me, it's not a big deal to use repo for 29 or test repo but if you find it a problem may be better to stay on Fedora 29 until 30 is stable and all repo is available

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