Merge pull request #865 from dmp42/4.docs-2.1

Fix basic auth documentation
pull/866/head
Richard Scothern 2015-08-12 15:00:21 -07:00
commit fee9a9a469
1 changed files with 1 additions and 0 deletions

View File

@ -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 \