afdaniele / x-docker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 58.3%Language:Shell 21.9%Language:Makefile 17.6%Language:JavaScript 1.2%Language:Dockerfile 1.0%