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: 5 months ago
JSON representation

Docker base image

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 [...]

```