Browse code

docs: fix image name in testing guide

Signed-off-by: Roman Volosatovs <roman.volosatovs@docker.com>

Roman Volosatovs authored on 2021/06/16 23:09:19
Showing 1 changed files
... ...
@@ -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.