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:
parent
5e62ca1a05
commit
c2c0b8dc4e
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