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
- Host: GitHub
- URL: https://github.com/themkat/dockerfiles
- Owner: themkat
- Created: 2018-10-25T19:15:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T13:59:31.000Z (over 2 years ago)
- Last Synced: 2025-07-13T03:49:49.898Z (7 months ago)
- Topics: dockerfiles, dockerfiles-linux
- Language: Dockerfile
- Homepage:
- Size: 222 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.