上一页 1 ··· 8 9 10 11 12 13 14 下一页
  2022年12月2日
摘要: 命令终端执行以下命令: git config --global url."https://".insteadOf git:// 阅读全文
posted @ 2022-12-02 11:10 a120608yby 阅读(72) 评论(0) 推荐(0) 编辑
  2022年11月11日
摘要: 阅读全文
posted @ 2022-11-11 16:25 a120608yby 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 1、Harbor安装方式 在线安装、离线安装、源码安装、helm chart、Operation安装 2、Docker-CE安装 参考:https://www.cnblogs.com/a120608yby/p/9883175.html 3、Docker Daemon配置 参考:https://www 阅读全文
posted @ 2022-11-11 16:16 a120608yby 阅读(353) 评论(0) 推荐(0) 编辑
摘要: 1、规划图如下: 2、软件参考 https://github.com/lucktu/n2n 阅读全文
posted @ 2022-11-11 15:53 a120608yby 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 1、MySQL安装 https://www.cnblogs.com/a120608yby/p/17164694.html 2、Docker、Docker-Compose安装 https://www.cnblogs.com/a120608yby/p/9883175.html https://www.c 阅读全文
posted @ 2022-11-11 15:34 a120608yby 阅读(68) 评论(0) 推荐(0) 编辑
摘要: Dockerfile内容如下: FROM eclipse-temurin:8-jre-alpine MAINTAINER devops(devops@example.com) RUN apk update && apk --no-cache add tzdata ttf-dejavu fontcon 阅读全文
posted @ 2022-11-11 15:24 a120608yby 阅读(522) 评论(0) 推荐(0) 编辑
摘要: 1、查看可用分区与磁盘(fdisk或者gdisk) fdisk -l 2、对sdb磁盘进行分区(注意:需要通过“t”选项调整磁盘为LVM) fdisk /dev/sdb 3、将分区创建为物理卷(如有更多磁盘,都通过该方式添加) pvcreate /dev/sdb1 4、查看创建的物理卷 pvs 5、 阅读全文
posted @ 2022-11-11 15:13 a120608yby 阅读(75) 评论(0) 推荐(0) 编辑
  2021年3月26日
摘要: 1、下载docker-compose sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/ 阅读全文
posted @ 2021-03-26 16:21 a120608yby 阅读(685) 评论(0) 推荐(0) 编辑
摘要: 1、报错如下: ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory 2、编译打包前,增加如下命令 npm install -g increase-memo 阅读全文
posted @ 2021-03-26 15:08 a120608yby 阅读(294) 评论(0) 推荐(0) 编辑
  2021年3月15日
摘要: 1、编辑/etc/gitlab/gitlab.rb文件 ### Gravatar Settings # gitlab_rails['gravatar_plain_url'] = 'http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon 阅读全文
posted @ 2021-03-15 16:25 a120608yby 阅读(2225) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 下一页