/x-docker

Wrapper for Docker that lets you run GUI applications by exposing the X11 server to the container

Primary LanguagePython

X-Docker

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.