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
- Host: GitHub
- URL: https://github.com/jarppe/data-only
- Owner: jarppe
- Created: 2019-09-27T10:28:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T11:33:09.000Z (almost 7 years ago)
- Last Synced: 2025-08-10T03:54:57.330Z (11 months ago)
- Topics: docker, docker-compose
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.