Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2017-02-27-linux-registry-part2.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The registry server and the Docker client support [basic authentication](https:/
Create the password file with an entry for user "moby" with password "gordon";
```.term1
mkdir auth
docker run --entrypoint htpasswd registry:latest -Bbn moby gordon > auth/htpasswd
docker run --entrypoint htpasswd httpd:2 -Bbn moby gordon > auth/htpasswd
```
The options are:

Expand Down