Initial Commit

This commit is contained in:
Jan Christian Grünhage 2017-06-28 00:38:29 +02:00
commit 76a6c44eb7
Signed by: jcgruenhage
GPG key ID: 321A67D9EE8BC3E1
4 changed files with 14 additions and 0 deletions

10
Dockerfile Normal file
View file

@ -0,0 +1,10 @@
FROM alpine:edge
MAINTAINER Jan Christian Grünhage <jan.christian
RUN apk update \
&& apk upgrade \
&& apk add \
s6
ADD root /
CMD ["/bin/s6-svscan", "/etc/s6.d"]

View file

@ -0,0 +1 @@
/bin/true

1
root/etc/s6.d/cron/finish Symbolic link
View file

@ -0,0 +1 @@
/bin/true

2
root/etc/s6.d/cron/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec crond -f