mirror of https://github.com/docker/docs.git
Merge pull request #916 from 4is2cbetter/fix_test_script
cannot comment on one line command
This commit is contained in:
commit
5acddc30b8
|
|
@ -14,7 +14,7 @@ INTEGRATION_IMAGE=${INTEGRATION_IMAGE:-dockerswarm/swarm-test-env}
|
|||
|
||||
# Start the integration tests in a Docker container.
|
||||
ID=$(docker run -d -t --privileged \
|
||||
-v /sys/fs/cgroup:/sys/fs/cgroup:ro \ # this is specific to mesos
|
||||
-v /sys/fs/cgroup:/sys/fs/cgroup:ro `# this is specific to mesos` \
|
||||
-v ${SWARM_ROOT}:/go/src/github.com/docker/swarm \
|
||||
-e "DOCKER_IMAGE=$DOCKER_IMAGE" \
|
||||
-e "DOCKER_VERSION=$DOCKER_VERSION" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue