From f41a676fc2360e95647ec3d51f2e047144a3ac43 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Thu, 13 Apr 2017 22:27:28 +0100 Subject: [PATCH] Remove dind after testing --- contrib/dind/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/dind/start.sh b/contrib/dind/start.sh index 0a8bbee9..545a8f2d 100755 --- a/contrib/dind/start.sh +++ b/contrib/dind/start.sh @@ -8,4 +8,4 @@ docker run --name faas --privileged -p 8080:8080 -p 9090:9090 -d faas:dind echo "Quitting after 120 seconds." sleep 120 -docker rmi -f faas +docker rm -f faas