Compare commits

..

2 Commits

Author SHA1 Message Date
5ea64361f9 temp 2025-04-16 16:49:29 +08:00
1b393edf9e parent e7c5dab7eac6a4948fe867bc7013732a761471d0
author abearxiong <xiongxiao1012@outlook.com> 1744651390 +0800
committer abearxiong <xiongxiao1012@outlook.com> 1744793257 +0800

test

test

test

test

test

test

test
2025-04-16 16:48:09 +08:00
2 changed files with 21 additions and 0 deletions

21
mark/docker/proxy-net.md Normal file
View File

@ -0,0 +1,21 @@
```sh
https://dockerproxy.net/
```
第一步:输入原始镜像地址获取命令.
ghcr.io/esm-dev/esm.sh
获取命令
第二步:代理拉取镜像
docker pull ghcr.dockerproxy.net/esm-dev/esm.sh:latest
第三步:重命名镜像
docker tag ghcr.dockerproxy.net/esm-dev/esm.sh:latest ghcr.io/esm-dev/esm.sh:latest
第四步:删除代理镜像
docker rmi ghcr.dockerproxy.net/esm-dev/esm.sh:latest