Ubuntu desktop in container

This page summarizes the projects mentioned and recommended in the original post on /r/docker

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • docker-ubuntu-vnc-desktop

    A Docker image to provide web VNC interface to access Ubuntu LXDE/LxQT desktop environment.

  • #https://github.com/fcwu/docker-ubuntu-vnc-desktop/ #"This image does not support network mode as host." #Running this in bridge mode results in nginx flapping and web not working #Additional volumes may be mounted for file access inside the container. #Works with VNC and web when in bridge mode #Web access: http://yourhostname:6080 #VNC: just connect to the host name #The container does not remember desktop settings/installed apps/etc upon being restarted. #If desired, Install LibreOffice with this command when inside the environment: #sudo apt-get update && sudo apt-get install libreoffice -y && sudo apt-get update && sudo apt-get upgrade -y version: "2" services: ubuntudesktop: image: dorowu/ubuntu-desktop-lxde-vnc:bionic-armhf container_name: ubuntudesktop network_mode: bridge environment: - PUID=998 #change this as needed - PGID=100 #change this as needed - TZ=America/New_York - VNC_PASSWORD=password #direct VNC password - HTTP_PASSWORD=password #first web password - USER=yourusernamehere #web username prompt - PASSWORD=password #VNC and second web password - RESOLUTION=1280x720 #sets the resolution (needed for the web, otherwise it's squished) volumes: #- /dev/shm:/dev/shm - /path/to/your/config/folder/ubuntu-desktop-lxde-vnc:/dev/shm - /additional/paths/if/desired:/customfoldermapping #optional ports: - 6080:80 #web access #- 5900:5900 #uncomment if you want VNC access restart: unless-stopped

  • neko

    A self hosted virtual browser that runs in docker and uses WebRTC.

  • We have xfce containers based on debian, but I am sure ubuntu could be installed as well. https://github.com/m1k1o/neko

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts