mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 00:02:45 +00:00
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>
6 lines
74 B
Makefile
6 lines
74 B
Makefile
IMAGE=runc
|
|
NETWORK=1
|
|
DEPS=$(wildcard etc/init.d/*)
|
|
|
|
include ../package.mk
|