registry image not include htpasswd

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
pull/462/head
Kang Huaishuai 2020-08-29 15:30:32 +08:00
parent eac2a57633
commit e021b27323
No known key found for this signature in database
GPG Key ID: 5E515022F565DA09
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ $ mkdir auth
$ docker run --rm \
--entrypoint htpasswd \
registry \
httpd:alpine \
-Bbn username password > auth/nginx.htpasswd
```