linuxserver/docker-webtop: Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.https://github.com/linuxserver/docker-webtop
- get GNU/Linux OS in your brower with this docker-compose.yaml:
services: webtop: container_name: webtop image: lscr.io/linuxserver/webtop:arch-xfce environment: - PUID=1000 - PGID=1000 - TZ=Europe/Paris # ← change to your timezone - LC_ALL=fr_FR.UTF-8 - DOCKER_MODS=linuxserver/mods:universal-package-install - INSTALL_PACKAGES=git|tree|vim ports: - 3000:3000 volumes: - ./webtop-config:/config # persistent home directory + settings - ./tmp:/tmp shm_size: 1gb # very important for performance!