Skip to content

Commit

Permalink
Merge pull request moby#32670 from perweij/fix-Dockerfile-instruction
Browse files Browse the repository at this point in the history
Correcting test-instruction.
  • Loading branch information
thaJeztah authored May 9, 2017
2 parents 66bc8f1 + 5a076d7 commit a762cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a762cea

Please sign in to comment.