加载中...

摘要: ## 正文 linux相关命令: ``` # 查看已安装的中文字体 fc-list :lang=zh # 查看已安装的中文字体并排序 fc-list :lang=zh-cn | sort ``` ### 一.Centos系列 1.安装字体库 ``` yum -y install fontconfig 阅读全文
posted @ 2022-11-28 23:14 水车 阅读(1464) 评论(0) 推荐(0) 编辑
摘要: 制作离线镜像包 我们需要在有网的docker下制作离线镜像包,这里我们用 hello-world 镜像演示 在有网的docker下拉取镜像 docker pull hello-world 将镜像压缩成tar文件(两种选择一种即可) # 第一种压缩方式 docker save -o hello-wor 阅读全文
posted @ 2022-11-28 22:04 水车 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: 离线安装包下载 docker离线安装时需要三个安装包:containerd.io包、docker-ce-cli包,docker-ce包,下载地址:https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/ cont 阅读全文
posted @ 2022-11-28 21:54 水车 阅读(1333) 评论(0) 推荐(0) 编辑
摘要: 离线安装包下载 docker离线安装时需要两个安装包:selinux包、docker包,下载地址:https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ selinux包下载https://download.docker. 阅读全文
posted @ 2022-11-28 21:38 水车 阅读(1130) 评论(0) 推荐(0) 编辑