07 2020 档案

摘要:环境准备 # uname -a Linux vbaas 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux # docker version Client: Ver 阅读全文
posted @ 2020-07-29 14:14 邹姣姣 阅读(636) 评论(0) 推荐(0) 编辑
摘要:周末办公室断电了,开发环境挂了,查出原因是数据“丢失”了。 使用了企业级加密文件系统eCryptfs,下面开始数据恢复的过程: 保存。 查看 恢复了!! 执行路径:必须在wrapped-passphrase文件所在路径 root@vbaas:/home/.ecryptfs/vbaas/.ecrypt 阅读全文
posted @ 2020-07-27 11:31 邹姣姣 阅读(632) 评论(0) 推荐(0) 编辑
摘要:安装 docker基础和centos安装docker ubuntu 16 安装docker 其他系统: MAC安装docker: https://docs.docker.com/docker-for-mac/install/ Windows 10 安装docker: https://docs.doc 阅读全文
posted @ 2020-07-24 15:41 邹姣姣 阅读(485) 评论(0) 推荐(1) 编辑
摘要:报错 Jul 23 15:00:06 VBaas-sit-fabric01 dockerd[927]: time="2020-07-23T15:00:06.734158327+08:00" level=error msg="Could not parse VIP address while rele 阅读全文
posted @ 2020-07-23 15:40 邹姣姣 阅读(1517) 评论(0) 推荐(0) 编辑
摘要:容器一直处于Create状态 通过命令排查 docker inspect b5be1d9e71de 报错 "Error": "Could not attach to network fabric-tbc20200721: rpc error: code = PermissionDenied desc 阅读全文
posted @ 2020-07-22 16:41 邹姣姣 阅读(4462) 评论(0) 推荐(0) 编辑
摘要:报错 Failed validating bootstrap block: initializing channelconfig failed: could not create channel Orderer sub-group config: setting up the MSP manager 阅读全文
posted @ 2020-07-22 16:19 邹姣姣 阅读(1891) 评论(0) 推荐(0) 编辑
摘要:在新git地址上创建仓库 拉老git仓库上代码下来 git clone --bare ssh://用户名:密码@git@gitlab.XXXX/vonechain-cs/vonechain-multiple-ui.git 进入到vonechain-multiple-ui目录 # cd vonecha 阅读全文
posted @ 2020-07-21 15:08 邹姣姣 阅读(1154) 评论(0) 推荐(0) 编辑
摘要:centos 7操作系统 docker 启动配置在:/usr/lib/systemd/system/docker.service 修改配置: ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2375 -H unix://var/run/docker.sock 阅读全文
posted @ 2020-07-10 10:11 邹姣姣 阅读(1907) 评论(0) 推荐(0) 编辑
摘要:jenkins pipeline 调用远程docker宿主机打包镜像 需要使用远程docker宿主机打包镜像的原因是有两点:1. 我的Jenkins是通过k8s集群启动的,Jenkins容器中没有安装docker环境。2. 开发提供的代码没有使用Maven 插件 docker-maven-plugi 阅读全文
posted @ 2020-07-10 09:10 邹姣姣 阅读(5915) 评论(0) 推荐(1) 编辑
摘要:expect的使用 需要实现的功能: Jenkins发布时需要远程执行。没有搭建ansible的时候,可以利用expect。 Jenkins能同时发布多个项目 操作步骤 在Jenkins服务器上安装expect yum install expect -y 编写expect脚本 同步文件的脚本scp- 阅读全文
posted @ 2020-07-07 11:00 邹姣姣 阅读(835) 评论(0) 推荐(0) 编辑
摘要:pipeline 流水线:when 例子说明 本次例子实现以下功能: 1, 能够参数化选择发布的环境 2, pipeline脚本中利用参数进行阶段选择 3, 可以选择分支 4, 可以选择部署到开发环境或者提交到测试 5, 提交测试需要填写提测版本号(提测必须填写) 6, 提交测试时,备注配置变化(无 阅读全文
posted @ 2020-07-01 14:26 邹姣姣 阅读(5142) 评论(0) 推荐(0) 编辑
摘要:配置静态网络 # cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more inform 阅读全文
posted @ 2020-07-01 09:58 邹姣姣 阅读(428) 评论(0) 推荐(0) 编辑