Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/link0/baseimage
Docker base image
https://github.com/link0/baseimage
Last synced: about 2 months ago
JSON representation
Docker base image
- Host: GitHub
- URL: https://github.com/link0/baseimage
- Owner: link0
- License: mit
- Created: 2014-12-22T16:59:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-22T17:05:17.000Z (about 10 years ago)
- Last Synced: 2024-10-30T01:55:52.273Z (3 months ago)
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
link0/baseimage
===============Docker image to act as a persistent base-image for all subimages.
To make use of the same base-image, specify it in your *Dockerfile*
```Dockerfile
FROM link0/baseimage:1.0.0
MAINTAINER Dennis de GreefRUN [...]
```