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

Commit

Permalink
docs(configuring-registry.md): add setup instructions for acr (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdice authored Jul 3, 2017
1 parent 4cfa9d5 commit 5145f12
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/installing-workflow/configuring-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,27 @@ registry-token-refresher:

**Note:** `hostname` should be left empty.

### [Azure Container Registry](https://azure.microsoft.com/en-us/services/container-registry/) (ACR)

After following the [docs](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-azure-cli) and creating a registry, e.g. `myregistry`, with its corresponding login server of `myregistry.azurecr.io`, the following values should be supplied:

```
global:
...
registry_location: "off-cluster"
...
registry-token-refresher:
...
off_cluster_registry:
hostname: "myregistry.azurecr.io"
organization: "myorg"
username: "myusername"
password: "mypassword"
...
```

**Note:** The mandatory organization field (here `myorg`) will be created as an ACR repository if it does not already exist.

### Quay.io

```
Expand Down

0 comments on commit 5145f12

Please sign in to comment.