上一页 1 2 3 4 5 6 7 8 ··· 32 下一页
摘要: 安装 version: '3' services: common_nexus3: image: sonatype/nexus3:3.26.1 container_name: common_nexus3 restart: always volumes: - ./nexus-data:/nexus-da 阅读全文
posted @ 2020-12-23 12:39 jiuchen 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 安装 wget https://storage.googleapis.com/harbor-releases/release-1.9.0/harbor-offline-installer-v1.9.0.tgz tar xf harbor-offline-installer-v1.9.0.tgz -C 阅读全文
posted @ 2020-12-23 12:36 jiuchen 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 安装 https://www.cnblogs.com/zyongzhi/p/10063149.html 注意事项 不再支持password() 阅读全文
posted @ 2020-12-11 11:13 jiuchen 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 阿里云云效 Maven 点击 阅读全文
posted @ 2020-12-01 18:09 jiuchen 阅读(35) 评论(0) 推荐(0) 编辑
摘要: npm配置 npm config set cache D:\nodejs\node_cache npm config set prefix D:\nodejs npm config set registry https://registry.npm.taobao.org/ 编译指定dist文件目录 阅读全文
posted @ 2020-10-10 10:12 jiuchen 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 创建(hyper) docker-machine create -d hyperv --hyperv-virtual-switch "Virtual Switch(Main)" manager1 创建(virbox) docker-machine create --driver virtualbox 阅读全文
posted @ 2020-10-08 19:59 jiuchen 阅读(132) 评论(0) 推荐(0) 编辑
摘要: docker 监控(服务端) cAdvisor(Container Advisor)用于收集正在运行的容器资源使用和性能信息。Grafana 是一个开源的度量分析和可视化系统 docker run -d \ --volume=/:/rootfs:ro \ --volume=/var/run:/var 阅读全文
posted @ 2020-10-02 10:17 jiuchen 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 定义 容器编排工具 Kubernetes则提高了大规模部署和运行容器的效率 官方手册 https://kubernetes.io/zh/docs/tasks/tools/ kubectl工具 在集群node节点中创建单个pod kubectl create -f user-service.yaml 阅读全文
posted @ 2020-09-30 22:48 jiuchen 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 部署go项目脚本 kind: pipeline name: default steps: - name: build image: golang:latest environment: GOPROXY: https://goproxy.cn,direct commands: - pwd - go v 阅读全文
posted @ 2020-09-29 21:04 jiuchen 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 开发环境集成化部署 要求: 1.快速及时部署 2.安全要求不高 3.快速恢复 方案 docker容器本地化部署不推送远程服务器 生产环境集成化部署 要求 1.安全要求高 2.可回退 3.手动定时部署 方案 根据git的tag 打标签,docker构建,远程分发部署 阅读全文
posted @ 2020-09-26 18:53 jiuchen 阅读(147) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 32 下一页