https://github.com/arkane-systems/dockerfiles
My dockerfiles for miscellaneous utilities.
https://github.com/arkane-systems/dockerfiles
Last synced: 3 months ago
JSON representation
My dockerfiles for miscellaneous utilities.
- Host: GitHub
- URL: https://github.com/arkane-systems/dockerfiles
- Owner: arkane-systems
- License: unlicense
- Created: 2019-05-08T06:20:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T15:08:07.000Z (about 7 years ago)
- Last Synced: 2025-03-06T03:29:59.054Z (over 1 year ago)
- Language: Dockerfile
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dockerfiles
Various Dockerfiles for simple images I use in various places.
Inspired by https://github.com/jessfraz/dockerfiles .
## Images
Most of these should be findable on dockerhub under cerebrate/whatever.
## The Containers
### Linux Containers
| Container | Purpose |
|-------------------------------|-----------------------------------------------------------------|
| czsh | minimal zsh/oh-my-zsh on debian, for testing |
| emacs | containerized emacs, no X. |
| htop | process monitoring |
| httpbin | simple HTTP request/response service ( https://httpbin.org/ ) |
| httpie | intuitive CLI HTTP client ( https://httpie.org/ ) |
| lynx | text-based web browser |
| netcat | the tcp/ip swiss army knife |
| ponysay | like cowsay, but with more MLP:FiM |
### Windows Containers
None yet.