mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 12:12:29 +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
77 B
Makefile
6 lines
77 B
Makefile
IMAGE=runc
|
|
NETWORK=1
|
|
DEPS=$(wildcard cmd/onboot/*.go)
|
|
|
|
include ../package.mk
|