Skip to content

Commit 1031267

Browse files
committed
fix(dev-env): refer to docker-machine consistently
`deis-docker` is transposed as `docker-deis` in a few places. The original docker-machine machine is created as `deis-docker` so I figure that's the correct one.
1 parent 12cd990 commit 1031267

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/contributing/development-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This will create a new virtual machine named `deis-docker` that will take up as
7171
Once the `deis-docker` machine exists, source its values into your environment so your docker client knows how to use the new machine. You may even choose to add this to your bash profile or similar.
7272

7373
```
74-
$ eval "$(docker-machine env docker-deis)"
74+
$ eval "$(docker-machine env deis-docker)"
7575
```
7676

7777
After following these steps, some Docker Machine users report a slight delay (30 - 60 seconds) before the Docker server is ready.
@@ -158,7 +158,7 @@ export DEIS_REGISTRY=<IP of the host machine>:5000
158158
In non-Linux environments:
159159

160160
```
161-
export DEIS_REGISTRY=<IP of the docker-deis Docker Machine VM>:5000/
161+
export DEIS_REGISTRY=<IP of the deis-docker Docker Machine VM>:5000/
162162
```
163163

164164
If your development cluster runs on a cloud provider such as Google Container Engine, a local registry such as the one above will not be accessible to your Kubernetes nodes. In such cases, a public registry such as [DockerHub][dh] or [quay.io][quay] will suffice.

0 commit comments

Comments
 (0)