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
- Host: GitHub
- URL: https://github.com/sanjeevan/baseimage
- Owner: sanjeevan
- Created: 2016-12-12T13:30:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T13:46:50.000Z (almost 5 years ago)
- Last Synced: 2025-02-21T04:37:30.348Z (over 1 year ago)
- Topics: alpine, docker-container, os-runit
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`