常见镜像源地址

常见的镜像仓库

docker.io:Docker Hub 官方镜像仓库,也是 Docker 默认的仓库 ghcr.io:GitHub 镜像仓库

常见的国内镜像源

中国区官方镜像: https://registry.docker-cn.com 清华源: https://docker.mirrors.ustc.edu.cn 阿里源: https://cr.console.aliyun.com 腾讯源: https://mirror.ccs.tencentyun.com 网易源: http://hub-mirror.c.163.com

Java基础镜像

  1. openjdk:8 - Java 8版本,非常广泛使用的版本,适用于需要Java 8特性的项目。
  2. openjdk:11 - Java 11是LTS(长期支持)版本,推荐用于新项目的开发。
  3. openjdk:17 - 最新的LTS版本(截至我知识更新时),提供最新特性和性能改进。