This website requires JavaScript.
Explore
Help
Sign In
external
/
runsvinit
mirror of
https://github.com/peterbourgon/runsvinit.git
Watch
1
Star
0
Fork
You've already forked runsvinit
0
Code
Issues
Releases
Wiki
Activity
819c47186c
runsvinit
/
zombietest
/
build
/
Dockerfile
4 lines
96 B
Docker
Raw
Normal View
History
Unescape
Escape
Working test
2015-09-28 20:30:44 +00:00
FROM
alpine:latest
RUN
apk add --update gcc musl-dev
&&
rm -rf /var/cache/apk/*
zombietest: build container
2015-09-28 10:25:44 +00:00
COPY
zombie.c /