Merge pull request #24311 from ShevYan/incorrect-comments-in-dockerfile

Dockerfile's comments for "Run the test suite" are out of date becaus…
Upstream-commit: 2faeebc7504acd257200ce26470d3037448ae952
Component: engine
This commit is contained in:
Michael Crosby
2016-08-12 15:53:06 -07:00
committed by GitHub
6 changed files with 6 additions and 6 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
# docker run --privileged docker hack/make.sh test-unit test-integration-cli test-docker-py
#
# # Publish a release:
# docker run --privileged \