Home
Softono

Docker GUI Example

Open source MIT Shell
58
Stars
7
Forks
1
Issues
1
Watchers
5 years
Last Commit

 About Docker GUI Example

An example of how run GUI apps with Docker.

Platforms

Web Self-hosted Docker

Languages

Shell

Links

Need Help Installing Docker GUI Example?

We provide expert installation service for this software. Our team will install, configure, and secure Docker GUI Example on your server. plans start at just $30.

Docker GUI Example

View on GitHub

GUI Apps in Docker

Build Status

An example of how to run GUI apps in Docker using X forwarding.

XEyes Demo

What you need to know

  • To try it, clone and run bin/demo xeyes (Requires Docker and you must be using Xorg display server).
  • The relevant files for understanding how X forwarding is achieved are Dockerfile, entrypoint.sh, and bin/demo.
  • The .tasks folder is used for a build and release pipeline with Travis CI. Ignore this folder unless you want to learn about creating CI/CD pipelines with Docker.

Known Limitation

Your working directory must be inside the host user's home directory. Running outside in a directory higher than that will result in failure.