报错Caused by: java.lang.NullPointerException: null at sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1264) at sun.awt.FontConfiguration.readFontConfigFile(FontConfigurat...
别把酒留在杯里,别把话放在心里
报错Caused by: java.lang.NullPointerException: null at sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1264) at sun.awt.FontConfiguration.readFontConfigFile(FontConfigurat...
官方文档https://docs.docker.com/compose/compose-file编排文件版本和docker引擎版本对应关系版本 docker版本 3.8 19.03.0+ 3.7 18.06.0+ 3.6 18.02.0+ 3.5 17.12.0+ 3.4 17.09.0+ 3.3 17.06.0+ 3.2 17.04.0+ 3...
使用aspose.word 转换pdf中文乱码DockerfileFROM openjdk:8u212-jdk-alpine RUN mkdir /usr/share/fonts COPY fonts/ /usr/share/fonts RUN apk add mkfontscale mkfontdir && cd /usr/share/fonts;mkfontscale &...
一、下载安装包wget https://github.com/goharbor/harbor/releases/download/v2.0.1/harbor-online-installer-v2.0.1.tgz二、解压tar xf harbor-online-installer-v2.0.1.tgz -C /usr/local/三、配置https访问1.创建目录mkdir /data/ha...
原文链接:http://zhangguanzhang.github.io/2020/01/08/docker-panic-invalid-page-type/报错信息大致如下:panic: pgid (68719476737) above high water mark (183) goroutine 1 [running]: github.com/containerd/container...
dockerfile中添加如下内容即可:RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \ && apk update && apk add tzdata && cp /usr/share/zoneinfo/Asia/Shangha...
环境:10.0.0.11 harbor10.0.0.12 registry实现思路:获取registry仓库镜像-->获取registry仓库镜像的标签-->每个镜像打好harbor仓库标签-->上传至harbor仓库 1.准备工具jqyum install -y jq2.harbor中创建一个项目registry我的操作都是在10.0.0...
自签名证书:https://www.cnblogs.com/Rcsec/p/8479728.html进入到harbor目录操作:1.编辑harbor.yml修改以下部分,https部分需要取消注释hostname: soulchild.cn # https related config https: # # https port for harbor, default is 443...
1.删除旧版本yum remove docker yum remove docker-common2.安装docker源curl -o /etc/yum.repos.d/docker-ce.repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 3.安装新版本yum install -y dock...
docker版本要求:17.06.0 或更高docker-compose版本要求:version 1.18.0或更高 在线安装:下载地址:https://storage.googleapis.com/harbor-releases/release-1.8.0/harbor-online-installer-v1.8.1.tgzwget https://storage.googlea...