mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-29 18:38:34 +08:00
完善docker registry的README
This commit is contained in:
parent
0c555f4263
commit
9d798dc16b
@ -1,2 +1,2 @@
|
||||
docker_auth_public_ip=192.168.1.124
|
||||
docker_auth_public_ip=192.168.1.100
|
||||
docker_auth_port=5001
|
||||
|
@ -91,6 +91,8 @@ htpasswd -nbB <账号> <密码>
|
||||
|
||||
#### 启动和使用
|
||||
|
||||
启动前,请先修改 `.env` 中的 `docker_auth_public_ip` 为当前运行服务器的IP,不然无法完成 `docker login` 。
|
||||
|
||||
启动命令
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user