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

https://github.com/jarppe/data-only

Minimal Docker image that can be used as a base image for data-only containers
https://github.com/jarppe/data-only

docker docker-compose

Last synced: 15 days ago
JSON representation

Minimal Docker image that can be used as a base image for data-only containers

Awesome Lists containing this project

README

          

# Minimal docker image for docker-compose compatible data-only containers

While you can create pure data-only containers, using them with
docker-compose is not trivial. The docker-compose requires that the
container has some executable in it.

This image contains a statically linked binary `true` that just exists
immediattly with status 0.

The image size is 20.1kB.

# License

Copyright © 2019 Jarppe Länsiö

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.