dockerfiles/base/alpine
Cadey Ratio 3ed56b236b add xeserv packages 2017-03-12 12:36:18 -07:00
..
bin refactor xena/alpine 2017-02-22 11:59:00 -08:00
runit xena/alpine: remove httpagent 2017-02-17 18:39:07 -08:00
README.md update README for alpine image 2016-09-26 10:52:25 -07:00
box.rb add xeserv packages 2017-03-12 12:36:18 -07:00
entrypoint.sh update dockerfiles 2016-09-26 10:46:06 -07:00
repositories add xeserv packages 2017-03-12 12:36:18 -07:00

README.md

xena/alpine

This is a cut of Alpine Linux Edge with runit(8) for process supervision and zombie management. I use this for my projects when I can because it doesn't suck as much. Just do this like you would with Phusion's base image and everything will be fine.

This also includes the backplane agent to make deployment easier. Usage:

$ docker run \
    -e BACKPLANE_TOKEN=<token> \
    -e BACKPLANE_LABELS='hello:world' \
    -e BACKPLANE_PROXY_URL=https://127.0.0.1:9090 \
    xena/alpine