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

https://github.com/sanjeevan/baseimage

Base image for docker containers. Uses Alpine for the OS + runit for services
https://github.com/sanjeevan/baseimage

alpine docker-container os-runit

Last synced: about 2 months ago
JSON representation

Base image for docker containers. Uses Alpine for the OS + runit for services

Awesome Lists containing this project

README

          

# Docker baseimage for apps

Base image for docker containers. Uses Alpine for the OS + runit for services. See the example service to learn how to create
services that will run when the container is started.

### To build image

`docker build . -t pureparadox/base`

### To pull image

`docker pull pureparadox/base`