fix makefile

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-01-01 13:42:30 -05:00
parent ad6b4d161b
commit 99efe6c3c9
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -152,7 +152,6 @@ dind: ## Starts a docker-in-docker container for running the tests with
dockerd -D --storage-driver $(DOCKER_GRAPHDRIVER) \
-H tcp://127.0.0.1:2375 \
--host=unix:///var/run/docker.sock \
--disable-legacy-registry=true \
--exec-opt=native.cgroupdriver=cgroupfs \
--insecure-registry localhost:5000 \
--tlsverify \