mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #42530 from rvolosatovs/fix_contributing_doc
docs: fix image name in testing guide
This commit is contained in:
commit
ceac2ef2e2
1 changed files with 2 additions and 2 deletions
|
@ -108,10 +108,10 @@ Try this now.
|
|||
2. Start a Moby development image.
|
||||
|
||||
If you are following along with this guide, you should have a
|
||||
`dry-run-test` image.
|
||||
`docker-dev:dry-run-test` image.
|
||||
|
||||
```bash
|
||||
$ docker run --privileged --rm -ti -v `pwd`:/go/src/github.com/docker/docker dry-run-test /bin/bash
|
||||
$ docker run --privileged --rm -ti -v `pwd`:/go/src/github.com/docker/docker docker-dev:dry-run-test /bin/bash
|
||||
```
|
||||
|
||||
3. Run the unit tests using the `hack/test/unit` script.
|
||||
|
|
Loading…
Reference in a new issue