mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #32670 from perweij/fix-Dockerfile-instruction
Correcting test-instruction.
This commit is contained in:
commit
a762ceace4
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue