Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.19 KB

File metadata and controls

28 lines (21 loc) · 1.19 KB

Ubuntu MATE with x11docker

Ubuntu MATE desktop in Docker image. Based on Ubuntu

  • Run MATE desktop in Docker.
  • Use x11docker to run GUI applications and desktop environments in docker images.

Command examples:

  • Build container for the first time: docker build . -t ubuntu-mate:focal
  • Single application: x11docker ubuntu-mate:focal caja
  • Full desktop: x11docker --desktop ubuntu-mate:focal

Options:

  • Persistent home folder stored on host with --home
  • Shared host file or folder with --share PATH
  • Hardware acceleration with option --gpu
  • Clipboard sharing with option --clipboard
  • ALSA sound support with option --alsa
  • Pulseaudio sound support with option --pulseaudio
  • Language locale settings with --lang [=$LANG]
  • Printing over CUPS with --printer
  • Webcam support with --webcam

See x11docker --help for further options.

Screenshot

Ubuntu MATE 20.04 LTS inside Xephyr