mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 23:14:22 +00:00
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>
6 lines
111 B
Makefile
6 lines
111 B
Makefile
IMAGE=containerd
|
|
NETWORK=1
|
|
DEPS=$(wildcard cmd/service/*.go) etc/containerd/config.toml
|
|
|
|
include ../package.mk
|