1
0
mirror of https://github.com/peterbourgon/runsvinit.git synced 2026-03-05 22:07:22 +01:00

Working test

This commit is contained in:
Peter Bourgon
2015-09-28 22:30:44 +02:00
parent 05fe1d1fa6
commit 819c47186c
10 changed files with 142 additions and 48 deletions

11
zombietest/Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
FROM alpine:latest
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/testing" >>/etc/apk/repositories && \
apk add --update runit && \
rm -rf /var/cache/apk/*
COPY zombie /
RUN mkdir -p /etc/service/zombie
COPY run-zombie /etc/service/zombie/run
COPY /runsvinit /