
We recently launched a new Docker forum as we have seen a number of STH readers adopt Docker at work and at home. Feel free to do so and contribute back to the STH community with your insights and questions. Most users will want to customize more beyond what we did in this video. If one wanted to provide multiple users temporary access to a Linux web browser, using Docker is a very lightweight approach since it is efficient in terms of RAM, CPU and storage resources. While this is certainly not the perfect solutions for everyone, it does allow for a highly scriptable way to create temporary desktops that you can create and destroy within seconds.
#Docker ubuntu desktop how to#
We have another resource in the forums with how to customize passwords and launch a different image using a more traditional VNC approach using Ubuntu. Feel free to ask questions or make suggestions for others to follow in the associated discussion thread. The video we were using utilizes an image and commands we documented in the STH forums resource here. We created a quick, 2:40 video that shows the entire process of launching both Ubuntu and CentOS Docker desktops that you can access using an HTML5 web browser.Īs you can see, they both launch quickly and use very little RAM, storage and compute resources compared to full-blown desktops. The beauty of these desktops is that they use far fewer resources than full-blown virtual desktops. For example, if you needed a quick desktop in the datacenter or if you wanted to use a containerized desktop to open an untrusted link. There are a number of reasons one may want a throwaway desktop.

We can access the desktops using a web browser even on a mobile device. How to create a desktop in a docker container (1) Pull Image and Run: manishfoodtechs/xfcefulldesktopubuntu20. Docker Hub is the recommended repository to get publicly verified and official Docker images.
#Docker ubuntu desktop install#
And of course, you can also install Docker on macOS and Windows.

This new release will use an immutable Linux system with. Step 1: Getting the Ubuntu Docker Image If you dont have Docker installed, follow our guide on installing Docker on Ubuntu. We can launch both Ubuntu and CentOS flavors simultaneously within 2 seconds and destroy them just as fast when we are done. Canonical has decided to try a new approach to the Linux desktop with next years Long-Term Support (LTS) Ubuntu Linux 24.04 release.

Today we have a quick guide to quickly creating web browser accessible Ubuntu and CentOS desktops using Docker.
