Files
linuxkit/pkg/runc/Makefile
Justin Cormack cb2ca4ef66 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>
2017-07-26 16:32:09 +01:00

6 lines
77 B
Makefile

IMAGE=runc
NETWORK=1
DEPS=$(wildcard cmd/onboot/*.go)
include ../package.mk