Use docker daemon for intergation test daemon start
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
parent
efe4f0dfa9
commit
b8a8ac9b58
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
( set -x; exec \
|
||||
docker --daemon --debug \
|
||||
docker daemon --debug \
|
||||
--host "$DOCKER_HOST" \
|
||||
--storage-driver "$DOCKER_GRAPHDRIVER" \
|
||||
--exec-driver "$DOCKER_EXECDRIVER" \
|
||||
|
|
Loading…
Add table
Reference in a new issue