Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
feat(azure): Add docs to specify support for the azure container regi…
Browse files Browse the repository at this point in the history
…stry
  • Loading branch information
kmala committed Dec 8, 2016
1 parent 1a5b9cc commit 4a5b895
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/installing-workflow/configuring-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ When using a private registry the docker images are no longer pulled by Deis Wor
Deis Workflow currently supports
1. Google Container Registry([gcr][gcr]).
2. EC2 Container Registry([ecr][ecr]).
3. off-cluster storage providers like dockerhub, quay.io, etc., or self hosted docker registry.
3. off-cluster: Any provider which supports long-lived username/password authentication, such as [Azure Container Registry][acr], [Docker Hub][dockerhub], [quay.io][quay], or a self-hosted Docker registry.

* **Step 1:** If you haven't already fetched the values file, do so with `helm inspect values deis/workflow | sed -n '1!p' > values.yaml`
* **Step 2:** Update registry location details by modifying the values file.
Expand All @@ -31,6 +31,9 @@ You are now ready to `helm install deis/workflow --namespace deis -f values.yaml
[storage]: configuring-object-storage
[ecr]: http://docs.aws.amazon.com/AmazonECR/latest/userguide/ECR_GetStarted.html
[gcr]: https://cloud.google.com/container-registry/
[acr]: https://docs.microsoft.com/en-us/azure/container-registry/
[dockerhub]: https://hub.docker.com/
[quay]: https://quay.io/
[srvAccount]: https://support.google.com/cloud/answer/6158849#serviceaccounts
[aws-iam]: https://aws.amazon.com/iam/
[namespace]: https://docs.docker.com/registry/spec/api/#/overview

0 comments on commit 4a5b895

Please sign in to comment.