You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/contributing/development-environment.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,22 +158,22 @@ export DRYCC_REGISTRY=<IP of the host machine>:5000
158
158
In non-Linux environments:
159
159
160
160
```
161
-
export DRYCC_REGISTRY=<IP of the drycc-docker Docker Machine VM>:5000/
161
+
export DRYCC_REGISTRY=<IP of the drycc-docker Docker Machine VM>:5000
162
162
```
163
163
164
164
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