-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENDOC-487 correct links #499
Conversation
@@ -17,7 +17,7 @@ The first step demonstrates how to create a Secret for Docker Hub but please see | |||
**1. Create the secret** | |||
Supply the following parameters: | |||
* the name of the new Secret, e.g. `my-docker-secret`. | |||
* the URL to your registry server. For Docker Hub this is currently <https://index.docker.io/v1/> | |||
* the URL to your registry server. For Docker Hub this is currently <https://hub.docker.com/_/registry> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nshaw, is this new link correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep the original value. My docker info still reports that URL to identify the registry.
@@ -17,7 +17,7 @@ The first step demonstrates how to create a Secret for Docker Hub but please see | |||
**1. Create the secret** | |||
Supply the following parameters: | |||
* the name of the new Secret, e.g. `my-docker-secret`. | |||
* the URL to your registry server. For Docker Hub this is currently <https://index.docker.io/v1/> | |||
* the URL to your registry server. For Docker Hub this is currently <https://hub.docker.com/_/registry> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep the original value. My docker info still reports that URL to identify the registry.
@@ -17,7 +17,7 @@ The first step demontrates how to create a secret for Docker Hub but please see | |||
**1. Create the secret** | |||
Supply the following parameters: | |||
* the name of the new secret, e.g. `my-docker-secret`. | |||
* the URL to your registry server. For Docker Hub this is currently <https://index.docker.io/v1/> | |||
* the URL to your registry server. For Docker Hub this is currently <https://hub.docker.com/_/registry> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed one?
No description provided.