paulpax.blogg.se

Ubuntu vnc server setup
Ubuntu vnc server setup










$ docker psĬONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMESį8fd69e3865e dorowu/ubuntu-desktop-lxde-vnc "/startup.sh" 17 seconds ago Up 15 seconds (health: starting) 0.0.0.0:6080->80/tcp, :::6080->80/tcp ubuntu_desktopĪs seen from the output, we have port 6080 exposed.

ubuntu vnc server setup

In the above command, we have set the container name to ubuntu_desktop and a persistent volume at /dev/shm Remember to replace ubuntu-desktop-lxde-vnc with the appropriate image pulled.Ĭheck if the container is running with the port exposed. You can simply run the container and access it via port 6080 using the command below. Here, we will go through several methods with configuration on how you can run the Ubuntu container to give you an intuitive experience. $ docker imagesĭorowu/ubuntu-desktop-lxde-vnc latest 1a89db715923 10 months ago 1.32GB Step 3 – Run the Ubuntu Container with Desktop Environment Once the desired Ubuntu image has been pulled, check if it is available in the local registry. #For Ubuntu 20.04 (latest)ĭocker pull dorowu/ubuntu-desktop-lxde-vnc:latestĭocker pull dorowu/ubuntu-desktop-lxde-vnc:focalĭocker pull dorowu/ubuntu-desktop-lxde-vnc:focal-lxqtĭocker pull dorowu/ubuntu-desktop-lxde-vnc:bionicĭocker pull dorowu/ubuntu-desktop-lxde-vnc:bionic-lxqtĭocker pull dorowu/ubuntu-desktop-lxde-vnc:trustyĭocker pull dorowu/ubuntu-desktop-lxde-vnc:xenial These images are available on the Docker page and can be pulled using Docker as shown. Step 2 – Pull the Ubuntu Docker ImageĪs said earlier, there are several images for Ubuntu that can be pulled. sudo systemctl start docker & sudo systemctl enable dockerĪdd your system user to the Docker group to be able to execute Docker commands without sudo. Start and enable Docker to run automatically on system boot.

  • How To Install Docker CE on Linux Systems.
  • Below is a dedicated guide that can help you install the Docker engine on any Linux distribution. To be able to run the Ubuntu Docker image, of course, you need the Docker engine installed on your system.

    ubuntu vnc server setup

    Let’s dive in! Step 1 – Install Docker on your System












    Ubuntu vnc server setup