Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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ć.