完善docker registry的README

This commit is contained in:
KennyLee 2019-06-26 15:56:58 +08:00
parent 0c555f4263
commit 9d798dc16b
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
docker_auth_public_ip=192.168.1.124
docker_auth_public_ip=192.168.1.100
docker_auth_port=5001

View File

@ -91,6 +91,8 @@ htpasswd -nbB <账号> <密码>
#### 启动和使用
启动前,请先修改 `.env` 中的 `docker_auth_public_ip` 为当前运行服务器的IP不然无法完成 `docker login`
启动命令
```