Merge pull request #32670 from perweij/fix-Dockerfile-instruction

Correcting test-instruction.
This commit is contained in:
Sebastiaan van Stijn 2017-05-09 17:20:42 +02:00 committed by GitHub
commit a762ceace4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# docker run -v `pwd`:/go/src/github.com/docker/docker --privileged -i -t docker bash
#
# # Run the test suite:
# docker run --privileged docker hack/make.sh test-unit test-integration-cli test-docker-py
# docker run -e DOCKER_GITCOMMIT=foo --privileged docker hack/make.sh test-unit test-integration-cli test-docker-py
#
# # Publish a release:
# docker run --privileged \