mviereck / x11docker

Run GUI applications and desktops in docker and podman containers. Focus on security.
MIT License
5.5k stars 370 forks source link

x11docker ERROR: Image devdocker_gui not found locally. #509

Closed mmertama closed 10 months ago

mmertama commented 10 months ago

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 10 months ago

I just reread the readme - the reason is that I was using Docker desktop. My bad - it is not working :-/