vault backup: 2026-04-01 10:15:00

This commit is contained in:
杜鹏飞
2026-04-01 10:15:00 +08:00
parent c67cc5e03a
commit 887efea7ed
10 changed files with 211 additions and 177 deletions

View File

@@ -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
```