Merge pull request #149 from justincormack/shared-init

Used shared init with LinuxKit
This commit is contained in:
Justin Cormack
2017-09-18 18:10:08 -07:00
committed by GitHub
4 changed files with 11 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ FROM scratch
COPY . ./
ENTRYPOINT ["/sbin/tini", "--", "/bin/rc.init"]
ENTRYPOINT ["/bin/rc.init"]
`
// For now this is a constant that we use in init section only to make