Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkarlovi/docker-sample-image
Tiny Docker image with tools illustrating specific Docker features, ignore the Go code quality
https://github.com/dkarlovi/docker-sample-image
Last synced: 3 days ago
JSON representation
Tiny Docker image with tools illustrating specific Docker features, ignore the Go code quality
- Host: GitHub
- URL: https://github.com/dkarlovi/docker-sample-image
- Owner: dkarlovi
- Created: 2018-10-22T14:25:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T08:52:58.000Z (almost 6 years ago)
- Last Synced: 2024-11-06T13:01:29.421Z (about 2 months ago)
- Language: Go
- Homepage: https://hub.docker.com/r/dkarlovi/sample-image/
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Sample Image
This repo contains tiny utilities which can be used to illustrate specific
Docker features like environment variables, image entrypoints, commands, etc.## Go code
All code is based on samples by [Go By Example](https://gobyexample.com/),
copyright Mark McGranaghan and licensed under a [Creative Commons Attribution 3.0 Unported License](https://creativecommons.org/licenses/by/3.0/),
modified (badly) by Dalibor Karlović.