Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit aa8b05c

Browse files
committed
Merge pull request #510 from docker/427-doc-fix-useraccounts
Clarify user accounts situation in README.md
2 parents 7bcd9d5 + f0bc5db commit aa8b05c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,9 @@ gunicorn --access-logfile - --debug -k gevent -b 0.0.0.0:5000 -w 1 docker_regist
442442
443443
### How do I setup user accounts?
444444
445-
The first time someone tries to push to your registry, it will prompt
446-
them for a username, password, and email.
445+
The standalone registry does not provide account management. For simple
446+
access control, you can set up an nginx or Apache frontend with basic
447+
auth enabled (see `contrib/` for examples).
447448
448449
### What about a Production environment?
449450

0 commit comments

Comments
 (0)