

UBUNTU DOCKER DESKTOP SOFTWARE
The good news is that there’s a terrific Software Engineer named Jessie (Jess) Frazelle that has done a ton of the legwork for running Docker containers with desktop applications.
UBUNTU DOCKER DESKTOP HOW TO
That suggests that you need to do a bit of homework in order to determine what and how to properly connect the container to the host system. In addition to passing the X Windows connection into the container, depending on the interaction that the application needs to have with the host, there may be other directories/volumes/environment variables that need to be passed into the container.
UBUNTU DOCKER DESKTOP INSTALL
So I created an Ubuntu container and used normal Ubuntu tools to install the application. It’s extremely easy, and lightweight, to create a Docker container that is based on another distro, and installing an application is easy. I could have run a virtual machine with Ubuntu, but that’s a very heavy install for a single app. My OS did have a packaged option available, but it was a number of versions behind current, and I really didn’t want to drop down to compiling it if it wasn’t necessary. The application was readily available for Ubuntu, but very few other distros, and OpenSUSE was not on the list. I run OpenSUSE Leap 15 as my main OS, and I came to need to run a graphical application that didn’t have good install options for my OS. Not long ago I ran into a situation that at first glance seemed like it didn’t have a simple solution. Desktop Docker (3/3): GPU-enabled Linux Graphical Containers.Desktop Docker (2/3): Secure Linux Graphical Containers.Desktop Docker (1/3): Linux Graphical Containers.This is the first in a three part series: Graphics-enabled containers is one of those cases that, unless you run into the situation you may not think about. Containers are making a huge impact on the computing world! The biggest impact has been in the datacenter with services run on server-class hardware and the benefits have been huge! But there are other use cases that haven’t been put in the spotlight nearly as much.
