https://github.com/link0/baseimage
Docker base image
https://github.com/link0/baseimage
Last synced: 5 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-22T17:05:17.000Z (over 11 years ago)
- Last Synced: 2025-08-30T10:35:36.337Z (10 months ago)
- Size: 113 KB
- Stars: 0
- Watchers: 1
- 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 Greef
RUN [...]
```