x11docker ERROR: Image devdocker_gui not found locally.
mmertama opened this issue · 1 comments
mmertama commented
Even the: $ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
devdocker_gui latest 9654cbe166be About an hour ago 2.58GB
My dockerfile is using
FROM x11docker/mate
...
I have another Dockerfile for command line only, pretty identical FROM ubuntu:20.04, that is working smoothly. (I start that using docker run, but otherwise quite identical flow - but x11docker just does not find the image )
Host ubuntu 20.04
mmertama commented
I just reread the readme - the reason is that I was using Docker desktop. My bad - it is not working :-/