Files
linuxkit/pkg/runc/Makefile
Justin Cormack 28b4245b12 Move onboot startup script to runc package
As this does not use containerd at all, this means you can run very
minimal setups with just `runc` if you use no services, for example
most of our tests do not actually use services, or if you have other
similar very minimal use cases.

Move ulimit setup to `init` which makes more sense.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-07-14 11:04:35 +01:00

6 lines
74 B
Makefile

IMAGE=runc
NETWORK=1
DEPS=$(wildcard etc/init.d/*)
include ../package.mk