Ubuntu (x64)
docker pull fullaxx/ubuntu-desktop
docker pull fullaxx/ubuntu-desktop:focal
docker pull fullaxx/ubuntu-desktop:bionic
docker pull fullaxx/ubuntu-desktop:xfce4
docker pull fullaxx/ubuntu-desktop:i3
docker pull fullaxx/ubuntu-desktop:rdp
docker build -t="fullaxx/ubuntu-desktop" github.com/Fullaxx/ubuntu-desktop
docker build -t="fullaxx/ubuntu-desktop:focal" github.com/Fullaxx/ubuntu-desktop#focal
docker build -t="fullaxx/ubuntu-desktop:bionic" github.com/Fullaxx/ubuntu-desktop#bionic
docker build -t="fullaxx/ubuntu-desktop:xfce4" github.com/Fullaxx/ubuntu-desktop#xfce4
docker build -t="fullaxx/ubuntu-desktop:i3" github.com/Fullaxx/ubuntu-desktop#i3
docker build -t="fullaxx/ubuntu-desktop:rdp" github.com/Fullaxx/ubuntu-desktop#rdp
Optional: Set Depth 16
Default: 24
-e VNCDEPTH='16'
Optional: Set 1920x1080 Resolution
Default: 1280x800
-e VNCRES='1920x1080'
Optional: Bind to Port 5909
Default: port 5901
-e VNCPORT='9'
Optional: Set Password Authentication
Default: No Authentication
-e VNCPASS='vncpass'
Optional: Set Read-Write and Read-Only password
Default: No Authentication
-e VNCPASS='vncpass' -e VNCPASSRO='readonly'
Optional: Run as a new non-root user
Default: root (UID: 0)
-e VNCUSER='guest' -e VNCUID='1000'
Optional: If you want your non-root user to be part of the users group
Default: same as VNCUSER and VNCUID
Pre-Req: VNCUSER and VNCUID must be set
-e VNCGROUP='users'
Optional: Define a new group for non-root user
Default: same as VNCUSER and VNCUID
Pre-Req: VNCUSER and VNCUID must be set
-e VNCGROUP='guests' -e VNCGID='1001'
Optional: Set a password for the VNCUSER account
Default: none and the account is locked
Pre-Req: VNCUSER and VNCUID must be set
-e ACCTPASS='mysecretpassword'
Optional: Set umask to define permission for new files
Default: 0022
-e VNCUMASK='0002'
Set the timezone to be used inside the container
Default: UTC
-e TZ='Asia/Tokyo'
-e TZ='Europe/London'
-e TZ='America/Los_Angeles'
-e TZ='America/Denver'
-e TZ='America/Chicago'
-e TZ='America/New_York'
Set a background image for the openbox desktop
Default: None
Image Links:
1 /
2 /
3 /
4 /
5 /
6 /
7 /
8 /
9
Layout Options: fill / extend / full / tile / cover / center
Default Layout: center
-e WALLPAPER='1'
-e WALLPAPER='3'
-e WALLPAPER='5' -e WPLAYOUT='cover'
Passthrough for audio devices inside the container
--device /dev/snd
or
--privileged
Set privileges to allow FUSE to work properly inside the container
--device /dev/fuse --cap-add SYS_ADMIN
Set privileged mode to allow FlatPaks to work properly inside the container
--privileged
Increase the size of shared memory to prevent web browsers from crashing
Thanks to jlesage
--shm-size 2g
Run the image on localhost port 5901 with default configuration
docker run -d -p 127.0.0.1:5901:5901 fullaxx/ubuntu-desktop
Run the image with Depth 16
docker run -d -p 127.0.0.1:5901:5901 -e VNCDEPTH='16' fullaxx/ubuntu-desktop
Run the image with 1920x1080 Resolution
docker run -d -p 127.0.0.1:5901:5901 -e VNCRES='1920x1080' fullaxx/ubuntu-desktop
Run the image with Password Authentication
docker run -d -p 127.0.0.1:5901:5901 -e VNCPASS='vncpass' fullaxx/ubuntu-desktop
Run the image with Read-Write and Read-Only password (Using R/O pass requires R/W pass)
docker run -d -p 127.0.0.1:5901:5901 -e VNCPASS='vncpass' -e VNCPASSRO='readonly' fullaxx/ubuntu-desktop
Run the image as a non-root user account
docker run -d -p 127.0.0.1:5901:5901 -e VNCUSER='guest' -e VNCUID='1000' fullaxx/ubuntu-desktop
Run the image as a non-root user account with custom group
docker run -d -p 127.0.0.1:5901:5901 -e VNCUSER='guest' -e VNCUID='1000' -e VNCGROUP='guests' -e VNCGID='1001' fullaxx/ubuntu-desktop
Run the image in Tokyo
docker run -d -p 127.0.0.1:5901:5901 -e TZ='Asia/Tokyo' fullaxx/ubuntu-desktop
Run the image with FUSE privileges
docker run --device /dev/fuse --cap-add SYS_ADMIN -d -p 127.0.0.1:5901:5901 fullaxx/ubuntu-desktop
Run the image using host networking binding tigervncserver to port 5909
docker run -d --network=host -e VNCPORT='9' fullaxx/ubuntu-desktop
Run the image on localhost port 5901 with a decent hostname
docker run -d -h mycagedbuntu -p 127.0.0.1:5901:5901 fullaxx/ubuntu-desktop
Use any standard VNC client to connect directly.
For web access, check out noVNC to access your ubuntu-desktop with a web browser.
vncviewer 127.0.0.1:5901
Right-Click to activate the Openbox menu system.
You will find a number of convenience scripts for running applications.
Terminals:
- xterm, uxterm, Eterm, kitty, sakura, terminology, terminator, tilix, tilda, archipelago (AI), hyper (AI), powershell
Browsers:
Office:
Editors:
- gedit, gvim, medit, bluefish, geany, SublimeText, vscode, netbeans, CherryTree, panwriter (AI), xfw
Torrenting:
- BiglyBT, qbittorrent, ktorrent, deluge, transmission-gtk, bitstormlite, electorrent (AI)
Chat:
- [discord] (https://discord.com/), empathy, hexchat, loqui, konversation, kopete, pidgin, polari, qchat, ring, xchat
Games:
Music:
- amarok, audacious, banshee, clementine, deadbeef, gmusicbrowser, gpodder, pragha, quodlibet, rhythmbox, smplayer, strawberry
Graphics:
AV:
- guvcview, kdenlive, winff, flowblade, lives, shotcut, olive, gopchop, openshot, vidcutter, videocut, avidemux
File Managers:
Utilities:
Reverse Engineering:
Misc: