Signed-off-by: Roman Volosatovs <roman.volosatovs@docker.com>
| ... | ... |
@@ -108,10 +108,10 @@ Try this now. |
| 108 | 108 |
2. Start a Moby development image. |
| 109 | 109 |
|
| 110 | 110 |
If you are following along with this guide, you should have a |
| 111 |
- `dry-run-test` image. |
|
| 111 |
+ `docker-dev:dry-run-test` image. |
|
| 112 | 112 |
|
| 113 | 113 |
```bash |
| 114 |
- $ docker run --privileged --rm -ti -v `pwd`:/go/src/github.com/docker/docker dry-run-test /bin/bash |
|
| 114 |
+ $ docker run --privileged --rm -ti -v `pwd`:/go/src/github.com/docker/docker docker-dev:dry-run-test /bin/bash |
|
| 115 | 115 |
``` |
| 116 | 116 |
|
| 117 | 117 |
3. Run the unit tests using the `hack/test/unit` script. |