Skip to content

Commit

Permalink
Document new DOCKER_REGISTRY_MIRRORS environment variable introduced by
Browse files Browse the repository at this point in the history
  • Loading branch information
kispaljr committed Nov 2, 2023
1 parent db1fb80 commit 6e8e995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ The following environment variables can be used to configure the installation:
| DOCKERHUB_TOKEN | alpha-num string | | Specifies the password or token |
| NEPHIO_REPO | URL | https://github.com/nephio-project/test-infra.git | URL of the repository to be used for installation |
| NEPHIO_BRANCH | branch or tag | main | Tag or branch name to use in NEPHIO_REPO |
| DOCKER_REGISTRY_MIRRORS | list of URLs in JSON format | | List of docker registry mirrors in JSON format, or empty for no mirrors to be set. Example value: ``["https://docker-registry-remote.mycompany.com", "https://docker-registry-remote2.mycompany.com"]`` |

### Follow the Installation on VM

Expand Down

0 comments on commit 6e8e995

Please sign in to comment.