1、修改docker镜像源
ii、添加镜像源
vim /etc/docker/daemon.json
{
"registry-mirrors": [
"https://l10nt4hq.mirror.aliyuncs.com",
"http://hub-mirror.c.163.com",
"http://mirrors.ustc.edu.cn/",
"http://mirror.azure.cn/"
]
}
ii、重启docker
systemctl restart docker
iii、查看镜像源是否添加成功
docker info | grep -i "mirror
2、下载 jdk17 文件
wget https://download.oracle.com/java/17/archive/jdk-17.0.11_linux-x64_bin.tar.gz
3、下载字体
simsun.ttc(微软雅黑)</