registry image not include htpasswd

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
This commit is contained in:
Kang Huaishuai
2020-08-29 15:30:32 +08:00
parent 71f506ce8b
commit b4722e5cd8

View File

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