Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit 60bf8c1

Browse files
authored
docs(readme): remove reference to make dev-registry
1 parent 5a5a2d7 commit 60bf8c1

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -68,26 +68,7 @@ Although the router is written in Go, you do _not_ need Go or any other developm
6868

6969
### Registry
7070

71-
If your Kubernetes cluster is running locally on one or more virtual machines, it's advisable to also run your own local Docker registry. This provides a place where router images built from source-- possibly containing your own experimental hacks-- can be pushed relatively quickly and can be accessed readily by your Kubernetes cluster.
72-
73-
Fortunately, this is very easy to set up as long as you have Docker already functioning properly:
74-
75-
```
76-
$ make dev-registry
77-
```
78-
79-
This will produce output containing further instructions such as:
80-
81-
```
82-
59ba57a3628fe04016634760e039a3202036d5db984f6de96ea8876a7ba8a945
83-
84-
To use a local registry for Deis Router development:
85-
export DEIS_REGISTRY=192.168.99.102:5000/
86-
```
87-
88-
Following those instructions will make your local registry usable by the various `make` targets mentioned in following sections.
89-
90-
If you do not want to run your own local registry or if the Kubernetes cluster you will be deploying to is remote, then you can easily make use of a public registry such as [hub.docker.com](http://hub.docker.com), provided you have an account. To do so:
71+
The following sections setup, build, deploy, and test the Deis Router. You'll need a configured Docker registry to push changed images to so that they can be deployed to your Kubernetes cluster. You can easily make use of a public registry such as [hub.docker.com](http://hub.docker.com), provided you have an account. To do so:
9172

9273
```
9374
$ export DEIS_REGISTRY=registry.hub.docker.com/

0 commit comments

Comments
 (0)