Compare commits

..

3 Commits

Author SHA1 Message Date
92e6c74e1f temp 2025-05-09 00:55:23 +08:00
5f30fc6c22 temp 2025-04-16 16:51:23 +08:00
27d9ca5b76 test
test

test

test

test

test

test

parent e7c5dab7ea
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:51:19 +08:00
3 changed files with 23 additions and 1 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

View File

@@ -7,7 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"minio": "MINIO_CONFIG_ENV_FILE=./.env.minio ./bin/minio server --console-address :9001",
"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": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",