浏览代码

docs: fix image name in testing guide

Signed-off-by: Roman Volosatovs <roman.volosatovs@docker.com>
Roman Volosatovs 4 年之前
父节点
当前提交
c2c0b8dc4e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/contributing/test.md

+ 2 - 2
docs/contributing/test.md

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