mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 11:22:32 +00:00
Switch runc and containerd startup to be entirely Go
At present they use a small shared function called "prepare" that does the read-write remounts, that I will switch to doing overlay mounts soon. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
IMAGE=containerd
|
||||
NETWORK=1
|
||||
DEPS=$(wildcard etc/init.d/*) $(wildcard cmd/service/*.go) etc/containerd/config.toml
|
||||
DEPS=$(wildcard cmd/service/*.go) etc/containerd/config.toml
|
||||
|
||||
include ../package.mk
|
||||
|
||||
Reference in New Issue
Block a user