From 0060267a8b70a1c51147e906a60363292fe21620 Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Fri, 8 Aug 2014 03:07:30 +0100 Subject: [PATCH] Tabbed the test build spec in Makefile Docker-DCO-1.1-Signed-off-by: Milos Gajdos (github: milosgajdos83) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4c1857f..b2ee3d4c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: docker build -t docker/libcontainer . test: build - docker run --rm --privileged docker/libcontainer + docker run --rm --privileged docker/libcontainer sh: docker run --rm -it --cap-add NET_ADMIN --cap-add SYS_ADMIN -w /busybox docker/libcontainer nsinit exec sh