mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 08:02:55 +00:00
This package build the init filesystem for LCOW (Linux Containers on Windows) based on the instructions from: https://github.com/Microsoft/opengcs.git We also pull in a udhcpd config script from a specific version of busybox which was the tip of master at the time this was added. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
5 lines
49 B
Makefile
5 lines
49 B
Makefile
IMAGE=init-lcow
|
|
NETWORK=1
|
|
|
|
include ../package.mk
|