mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 05:11:37 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user