diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..5e577f0f --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ + +all: + docker build -t docker/libcontainer . + +test: + # we need NET_ADMIN for the netlink tests + docker run --rm --cap-add NET_ADMIN docker/libcontainer