Files
linuxkit/pkg/containerd/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
111 B
Makefile

IMAGE=containerd
NETWORK=1
DEPS=$(wildcard cmd/service/*.go) etc/containerd/config.toml
include ../package.mk