Closed ggio closed 10 months ago
I see this in your log: (Backend podman, rootless yes)
It sounds like it's using Podman by default for you, not Docker. Try adding --backend=docker
, or pull the image with podman first instead.
That's it! Now it works, thx!
Setting a default preset for all sessions with --backend=docker
also works, without the need to add it every time.
Hi! I'm getting this exact same error on Fedora 39 ("Image *** not found locally."), although I don't have the Docker Desktops installed. I've tried running it rootful and rootless, without success. What am I doing wrong?
This error was discussed in #509 #468, but they doesn't appear to be the same situation.
Steps to reproduce:
docker pull jess/vlc
x11docker --pulseaudio --share=$HOME jess/vlc
I've installed docker using the rpm repositories.
docker info
gives me this:I've installed x11docker via
dnf
.