mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #11692 from khoomeister/ck-fix-another-typo
fix test-and-docs typo "do" to "due"
This commit is contained in:
commit
617f18b001
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ To run the same test inside your Docker development container, you do this:
|
||||||
|
|
||||||
root@5f8630b873fe:/go/src/github.com/docker/docker# TESTFLAGS='-run ^TestBuild$' hack/make.sh
|
root@5f8630b873fe:/go/src/github.com/docker/docker# TESTFLAGS='-run ^TestBuild$' hack/make.sh
|
||||||
|
|
||||||
## If test under Boot2Docker fail do to space errors
|
## If tests under Boot2Docker fail due to disk space errors
|
||||||
|
|
||||||
Running the tests requires about 2GB of memory. If you are running your
|
Running the tests requires about 2GB of memory. If you are running your
|
||||||
container on bare metal, that is you are not running with Boot2Docker, your
|
container on bare metal, that is you are not running with Boot2Docker, your
|
||||||
|
|
Loading…
Reference in a new issue