Moby and "docker-app"…

Does moby on Fedora support docker app?

This is what I tried:

√ ; docker --version
Docker version 19.03.13, build 4484c46
√ ; docker version -f '{{.Server.Experimental}}'
true
√ ; docker app help
docker: 'app' is not a docker command.
See 'docker --help'
✗ 1 ; rpm -qa | rg -i moby
moby-engine-19.03.13-1.ce.git4484c46.fc33.x86_64
√ ; uname -a
Linux nightwatch 5.10.11-200.fc33.x86_64 #1 SMP Wed Jan 27 20:21:22 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
√ ;
1 Like

Moby 20.X.X appears not to be available as well in dnf. moby-engine-19.03.13-1.ce.git4484c46.fc33 appears to be the latest.

However, docker seems to indicate that 19.03 should have the command in…

I would like to comment:

docker 20 from docker repo for :fedora: 33 works works as expected:

docker-ce-cli-20.10.3-3.fc33.x86_64
docker-ce-rootless-extras-20.10.3-3.fc33.x86_64
docker-ce-20.10.3-3.fc33.x86_64

Regards.,

2 Likes

You know, I moved from docker-ce to moby after the upgrade to F32 fiasco… Guess going back to docker-ce is going to solve this problem for me quicker than moby.

Thank you.

PS: after some firewall woes, I have it working… Till next time!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.