Skip to content

Commit

Permalink
Add link to docs on how to run a local registry
Browse files Browse the repository at this point in the history
Working with @binoue to setup a Tekton dev environment we realized that the docs don't explain how to actually run your own local docker registry (I thought you could just push to the daemon by default!)
  • Loading branch information
bobcatfish authored and tekton-robot committed Nov 20, 2019
1 parent 9fc4e0d commit ac3ca43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ environment variables (we recommend adding them to your `.bashrc`):
1. `$GOPATH/bin` on `PATH`: This is so that tooling installed via `go get` will
work properly.
1. `KO_DOCKER_REPO`: The docker repository to which developer images should be
pushed (e.g. `gcr.io/[gcloud-project]`). You can also run a local registry
pushed (e.g. `gcr.io/[gcloud-project]`). You can also
[run a local registry](https://docs.docker.com/registry/deploying/)
and set `KO_DOCKER_REPO` to reference the registry (e.g. at
`localhost:5000/mypipelineimages`).
Expand Down

0 comments on commit ac3ca43

Please sign in to comment.