上一页 1 ··· 7 8 9 10 11 12 下一页
摘要: 编写例子 FROM self.harbor.com/library/jdk:201 WORKDIR /home RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime RUN echo 'Asia/Shanghai' >/etc/tim 阅读全文
posted @ 2021-11-17 17:40 蒲公英PGY 阅读(26) 评论(0) 推荐(0) 编辑
摘要: version: "3" services: servicename: # 服务名称 同主机唯一 image: harbor.com/test/servicename:version # 镜像 container_name: servicename # 容器名称 hostname: servicen 阅读全文
posted @ 2021-11-17 17:40 蒲公英PGY 阅读(151) 评论(0) 推荐(0) 编辑
摘要: FROM jenkins/jenkins:2.288USER rootCOPY docker-compose /usr/local/bin/RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shangh 阅读全文
posted @ 2021-11-17 17:32 蒲公英PGY 阅读(31) 评论(0) 推荐(0) 编辑
摘要: docker stop NAME docker container update NAME --cpus="2" --memory="2g" --memory-swap="-1" docker start NAME 修改已经创建的容器的启动模式 docker container update --r 阅读全文
posted @ 2021-11-16 14:17 蒲公英PGY 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 1.获取nexus3镜像 docker pull sonatype/nexus3 2.创建启动nexus3容器 docker run -dit -p 8081:8081 --name nexus -v /home/nexus-data:/var/nexus-data --restart=always 阅读全文
posted @ 2021-11-16 11:16 蒲公英PGY 阅读(888) 评论(0) 推荐(0) 编辑
摘要: 官方Github地址: https://github.com/goharbor/harbor 资源下载地址: https://github.com/goharbor/harbor/releases 由于国内网络环境直接,下载离线安装包: harbor-offline-installer-v2.3.4 阅读全文
posted @ 2021-11-16 10:40 蒲公英PGY 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 在Kubernetes之上部署Harbor Harbor is an open source registry that secures artifacts with policies and role-based access control, ensures images are scanned 阅读全文
posted @ 2021-11-16 09:49 蒲公英PGY 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 随着RPC框架、微服务、云计算、大数据的发展,业务的规模和深度相比过往也都在增加。一个业务可能横跨多个模块/服务/容器,依赖的中间件也越来越多,其中任何一个节点出现异常,都可能导致业务出现波动或者异常,这就导致服务质量监控和异常诊断/定位变得异常复杂。于是催生了新的业务监控模式:调用链跟踪系统APM 阅读全文
posted @ 2021-11-16 09:47 蒲公英PGY 阅读(630) 评论(0) 推荐(0) 编辑
摘要: Requirements Helm >=2.8.0 and <3.0.0 Kubernetes >=1.8 3 Work-node 1GB of RAM for the JVM heap Helm Charts helm repo add elastic https://helm.elastic.c 阅读全文
posted @ 2021-11-16 09:27 蒲公英PGY 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 第1章 安装OCSERV 第2章 创建 CA 2.1 生成CA 密钥 2.2 生成CA证书 2.3 构建一个CA认证中心 2.4 创建Server 密钥 2.5 创建Server 证书 第3章 创建路由分组管理目录 第4章 修改配置文件 4.1 备份修改配置文件 4.2 原配置文件备份(/etc/o 阅读全文
posted @ 2021-11-16 09:17 蒲公英PGY 阅读(12) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 下一页