I tried yesterday to install Docker Desktop just for the sake of following and exploring the workflow of devcontainers development.
Well, it turns out that installing Docker Desktop is not an easy feat.
This what I have tried:
- Looked for Docker Desktop candidate with
rpm-ostree docker
. There is no Desktop there. - Tried twice installing Docker Desktop in an Ubuntu 22.04 distrobox. It fails because the DD installation requires that the
docker-ce
package be present. I tried then to fool the distrobox to executedocker
from the host, which is available in Bluefin-DX. No success. The distrobox wants the package present in its database.
Has anyone been able to install Docker Desktop out there?