X-Docker is a utility tool that makes it easy to configure a Docker container for use with GUI applications. There are two versions of X-Docker:
- A command-line wrapper for Docker. It lets you run GUI applications in Docker simply by running
x-docker run ...
; - A Python library. It gives you the arguments to pass to the Docker SDK for Python in order to run GUI-enabled containers;
Further information can be found in the specific directories.