Adapt Dockerfile to run docker tests inside docker

This commit is contained in:
Solomon Hykes
2013-09-06 19:27:49 -07:00
parent 3c80bd76cf
commit 34eab42833
2 changed files with 11 additions and 1 deletions
Regular → Executable
+3
View File
@@ -53,4 +53,7 @@ do
done
popd
# Mount /tmp
mount -t tmpfs none /tmp
exec $*