mirror of
https://github.com/distribution/distribution
synced 2024-11-06 19:35:52 +01:00
Fix basic auth documentation
Signed-off-by: Olivier Gambier <olivier@docker.com>
This commit is contained in:
parent
633ac16856
commit
5fb6116c2d
@ -107,6 +107,7 @@ Make sure you stopped your registry from the previous step, then start it again:
|
||||
|
||||
docker run -d -p 5000:5000 --restart=always --name registry \
|
||||
-v `pwd`/auth:/auth \
|
||||
-e "REGISTRY_AUTH=htpasswd" \
|
||||
-e "REGISTRY_AUTH_HTPASSWD_REALM=Registry Realm" \
|
||||
-e REGISTRY_AUTH_HTPASSWD_PATH=/auth/htpasswd \
|
||||
-v `pwd`/certs:/certs \
|
||||
|
Loading…
Reference in New Issue
Block a user