1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

docs: fix image name in testing guide

Signed-off-by: Roman Volosatovs <roman.volosatovs@docker.com>
This commit is contained in:
Roman Volosatovs 2021-06-16 16:09:19 +02:00
parent 5e62ca1a05
commit c2c0b8dc4e
No known key found for this signature in database
GPG key ID: 216DD5F8CA6618A1

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.