Used shared init with LinuxKit

With https://github.com/linuxkit/linuxkit/pull/2500 the init script
can be used for both bare metal and in Docker.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-09-12 14:54:20 +01:00
parent 69596e17dd
commit dff6dc2876
4 changed files with 11 additions and 14 deletions

View File

@@ -36,7 +36,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