Mate desktop in Docker image. Based on Debian
docker hub does not provide automated builds for free anymore. So this image is becoming old and outdated. Instead of pulling this image, please build it locally yourself. x11docker can do this for you with:
x11docker --build x11docker/mate
x11docker x11docker/mate cajax11docker --desktop x11docker/mate--home--share PATH--gpu--clipboard--alsa--pulseaudio--lang [=$LANG]--printer--webcamSee x11docker --help for further options.
To add your desired applications, create your own Dockerfile with this image as a base. Example:
FROM x11docker/mate
RUN apt-get update
RUN apt-get install -y firefox-esr

Content type
Image
Digest
Size
451 MB
Last updated
almost 5 years ago
docker pull x11docker/mate