vault backup: 2026-04-01 10:15:00
This commit is contained in:
@@ -35,3 +35,17 @@ b、在目标主机上 拉取 构建后镜像 并运行
|
||||
2、在目标主机上 拉取 harbor 构建后镜像 并运行
|
||||
```
|
||||
|
||||
#### docker 镜像 国内镜像
|
||||
访问地址 https://docker-0.unsee.tech
|
||||
```bash
|
||||
sudo tee /etc/docker/daemon.json <<-'EOF'
|
||||
{
|
||||
"registry-mirrors": [
|
||||
"https://docker-0.unsee.tech"
|
||||
]
|
||||
}
|
||||
EOF
|
||||
|
||||
|
||||
sudo systemctl daemon-reload && sudo systemctl restart docker
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user