瀏覽代碼

Merge pull request #15361 from hqhq/hq_use_docker_daemon

Use docker daemon for intergation test daemon start
Jessie Frazelle 10 年之前
父節點
當前提交
c471b7aba5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hack/make/.integration-daemon-start

+ 1 - 1
hack/make/.integration-daemon-start

@@ -42,7 +42,7 @@ if [ -z "$DOCKER_TEST_HOST" ]; then
 
 
 	export DOCKER_HOST="unix://$(cd "$DEST" && pwd)/docker.sock" # "pwd" tricks to make sure $DEST is an absolute path, not a relative one
 	export DOCKER_HOST="unix://$(cd "$DEST" && pwd)/docker.sock" # "pwd" tricks to make sure $DEST is an absolute path, not a relative one
 	( set -x; exec \
 	( set -x; exec \
-		docker --daemon --debug \
+		docker daemon --debug \
 		--host "$DOCKER_HOST" \
 		--host "$DOCKER_HOST" \
 		--storage-driver "$DOCKER_GRAPHDRIVER" \
 		--storage-driver "$DOCKER_GRAPHDRIVER" \
 		--exec-driver "$DOCKER_EXECDRIVER" \
 		--exec-driver "$DOCKER_EXECDRIVER" \