Merge pull request #42530 from rvolosatovs/fix_contributing_doc

docs: fix image name in testing guide
This commit is contained in:
Sebastiaan van Stijn 2021-06-18 23:21:47 +02:00 committed by GitHub
commit ceac2ef2e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.