An alpine linux based docker image for a xfce4 desktop.
761
An alpine linux based docker image for a xfce4 desktop. At 470mb, it's half as big as the ubuntu base image.
docker run -ti --rm \
--net=host \
-e DISPLAY=$DISPLAY \
-v ~/.Xauthority:/root/.Xauthority \
-v /tmp/.X11-unix:/tmp/.X11-unix \
ianblenke/xfce
You can either use the autobuild ianblenke/xfce docker registry image, or you can build your own custom local docker image by cloning [github.com/ianblenke/docker-xfce] and running make:
make
Notes:
If you're having problems with your DISPLAY, it's that the container either can't connect to whatever it is your DISPLAY points to, or you don't have the xauth cookie rights to talk to the X server.
Content type
Image
Digest
Size
318.7 MB
Last updated
over 8 years ago
docker pull smounives/docker-xfce