An open API service indexing awesome lists of open source software.

https://github.com/themkat/dockerfiles

Dockerfiles/"container images" for various operations and programs
https://github.com/themkat/dockerfiles

dockerfiles dockerfiles-linux

Last synced: 5 days ago
JSON representation

Dockerfiles/"container images" for various operations and programs

Awesome Lists containing this project

README

          

# dockerfiles
Various Docker files for various operations and programs. Inspired by Jessie Frazelle who inspired me to start sharing Dockerfiles :)

## Containers needing X11/GUI
You may have to run `xhost +` to make the Docker able to access X11. Found information on it here:
http://tuttlem.github.io/2015/09/09/cant-connect-to-x11-window-server-when-using-docker.html
If you would like to lecture me on the dangers of this, please be my guest :)

Haven't tested GUI applications in Docker on Windows yet.