Fix incorrect link format (#403)
This commit is contained in:
parent
0697a34bc0
commit
2996da5774
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ For users with more advanced docker registry configurations, it is generally rec
|
|||
service: docker-test
|
||||
issuer: http://localhost:8080/auth/auth/realms/master
|
||||
|
||||
This output can then be copied into any existing registry config file. See the link:https://docs.docker.com/registry/configuration/[registry config file specification] for more information on how the file should be set up, or start with href:https://github.com/docker/distribution/blob/master/cmd/registry/config-example.yml[a basic example].
|
||||
This output can then be copied into any existing registry config file. See the link:https://docs.docker.com/registry/configuration/[registry config file specification] for more information on how the file should be set up, or start with link:https://github.com/docker/distribution/blob/master/cmd/registry/config-example.yml[a basic example].
|
||||
|
||||
WARNING: Don't forget to configure the `rootcertbundle` field with the location of the {project_name} realm's pulic certificate. The auth configuration will not work without this argument.
|
||||
|
||||
|
@ -52,4 +52,4 @@ Once the above configuration has taken place, and the keycloak server and docker
|
|||
|
||||
[user ~]# docker login localhost:5000 -u $username
|
||||
Password: *******
|
||||
Login Succeeded
|
||||
Login Succeeded
|
||||
|
|
Loading…
Reference in a new issue