Files
obsidian_note/技术探究/docker容器/镜像下载教程.md
2025-12-04 09:12:56 +08:00

28 lines
1017 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
给鹏飞的镜像下载教程
https://hub.docker.com/ 上查看镜像的 pull 命令
比如原来是 docker pull postgres:14也就是没有用户名的 docker 的官方镜像
改成
docker pull docker.wanpeng.top/library/postgres:14
docker tag docker.wanpeng.top/library/postgres:14 postgres:14
docker rmi docker.wanpeng.top/library/postgres:14
原来是 docker pull bitnami/mediawiki:1.40.0 也就是用户名是 bitnami 属于 bitnami 组织或者公司的镜像
改成
docker pull docker.wanpeng.top/bitnami/mediawiki:1.40.0
docker tag docker.wanpeng.top/bitnami/mediawiki:1.40.0 bitnami/mediawiki:1.40.0
docker rmi docker.wanpeng.top/bitnami/mediawiki:1.40.
2025-01-15 目前可用的代理加速地址  
docker.wanpeng.top  
hub.211678.top  
cjie.eu.org
dhub.kubesre.xyz
下载不行,或者报错,有时候是不能用了,有时候是抽风了,多试几次
dockerpull.cn
新增一个这个