From 21646943e7f4ee1907f413015cd5a7b579cb6c2c Mon Sep 17 00:00:00 2001 From: Cadey Dodrill Date: Mon, 26 Sep 2016 10:52:25 -0700 Subject: [PATCH] update README for alpine image --- base/alpine/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/base/alpine/README.md b/base/alpine/README.md index a40454c..b422138 100644 --- a/base/alpine/README.md +++ b/base/alpine/README.md @@ -1,3 +1,13 @@ # `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 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`](https://www.backplane.io) agent to make deployment easier. Usage: + +```console +$ docker run \ + -e BACKPLANE_TOKEN= \ + -e BACKPLANE_LABELS='hello:world' \ + -e BACKPLANE_PROXY_URL=https://127.0.0.1:9090 \ + xena/alpine +```