Compare commits
8 Commits
main
...
891c273f65
| Author | SHA1 | Date | |
|---|---|---|---|
| 891c273f65 | |||
| e7c5dab7ea | |||
| 2bb189d93a | |||
| e8b49afc51 | |||
| a8cd9edb9a | |||
| bd433d2093 | |||
| 2e82e1549e | |||
| 38b24620ac |
@@ -1,21 +0,0 @@
|
|||||||
```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
|
|
||||||
@@ -7,8 +7,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"minio": "MINIO_CONFIG_ENV_FILE=./.env.minio ./bin/minio server --console-address :9001",
|
"minio": "MINIO_CONFIG_ENV_FILE=./.env.minio ./bin/minio server --console-address :9001",
|
||||||
"to:files": " mc mirror markminio/mark mark --overwrite",
|
"to:files": " mc mirror markminio/mark mark --overwrite",
|
||||||
"to:minio": " mc mirror --watch mark markminio/mark --overwrite",
|
"to:minio": " mc mirror --watch mark markminio/mark --overwrite"
|
||||||
"pub": "ev deploy ./mark -k ai -v 1.0.0"
|
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||||
|
|||||||
Reference in New Issue
Block a user