上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 27 下一页
摘要: GIT-Linux(CentOS7)系统安装Git 未成功 查看是否已安装了Git 发现Git版本已存在,说明已安装了Git 查看jenkins本机的git版本 卸载本机低版本的git,自行安装更高版本的git 接着进行git版本升级操作:下载并安装高版本的git,下载地址:https://mirr 阅读全文
posted @ 2019-11-07 20:32 无心々菜 阅读(291) 评论(0) 推荐(0) 编辑
摘要: Jenkins-在Centos上配置自动化部署(Jenkins+Gitlab+Rancher) 环境:centos7 首先在服务器上安装好Jenkins和Gitlab和Rancher Gitlab安装:https://www.cnblogs.com/1285026182YUAN/p/10726539 阅读全文
posted @ 2019-11-07 19:24 无心々菜 阅读(1290) 评论(0) 推荐(0) 编辑
摘要: Docker安装Nginx 一、拉取官方的镜像 docker pull nginx [root@localhost ~]# docker pull nginx Using default tag: latest latest: Pulling from library/nginx 8d691f585 阅读全文
posted @ 2019-11-06 21:32 无心々菜 阅读(770) 评论(0) 推荐(0) 编辑
摘要: Docker部署NETCORE应用程序 创建.netcore项目,本文以ASP.NET Core2.2 版本为例 设置Dockerfile属性始终复制 编辑Dockerfile内容 FROM microsoft/dotnet:2.2-aspnetcore-runtime MAINTAINER lih 阅读全文
posted @ 2019-11-05 20:33 无心々菜 阅读(450) 评论(0) 推荐(0) 编辑
摘要: Jenkins-在CentOS7 上安装配置 1、安装JDK yum install -y java 2、安装jenkins 方法1:添加Jenkins库到yum库,Jenkins将从这里下载安装。 1 wget -O /etc/yum.repos.d/jenkins.repo http://pkg 阅读全文
posted @ 2019-11-04 11:23 无心々菜 阅读(434) 评论(0) 推荐(0) 编辑
摘要: Linux 压缩解压操作 Linux解压文件到指定目录 tar在Linux上是常用的打包、压缩、加压缩工具,他的参数很多,折里仅仅列举常用的压缩与解压缩参数 参数:-c :create 建立压缩档案的参数;-x : 解压缩压缩档案的参数;-z : 是否需要用gzip压缩;-v: 压缩的过程中显示档案 阅读全文
posted @ 2019-09-27 09:56 无心々菜 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Linux 文件上传操作 SecureCRT与linux互相上传和下载文件 1. 需要上传或者下载,需要使用rz和sz命令。 2. 如果linux上没有这两个命令工具,则需要先安装。可以使用yum安装。运行命令yum install lrzsz [root@localhost ~]# yum ins 阅读全文
posted @ 2019-09-27 09:49 无心々菜 阅读(2009) 评论(0) 推荐(0) 编辑
摘要: JDK安装 - Linux环境 1. 下载 :https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 下载:https://blog.csdn.net/qq_21187515/artic 阅读全文
posted @ 2019-09-26 14:51 无心々菜 阅读(108) 评论(0) 推荐(0) 编辑
摘要: nexus3安装 - CentOS7环境 使用nexus3管理docker镜像,配合rancher进行部署。 nexus3的使用参考: https://www.cnblogs.com/1285026182YUAN/p/18332433 建资料卷 资料卷默认地址:/var/lib/docker/vol 阅读全文
posted @ 2019-09-20 09:58 无心々菜 阅读(468) 评论(0) 推荐(0) 编辑
摘要: VMware CentOS 设置IP地址 1. 设置虚拟机网络编辑器:参考:https://www.cnblogs.com/1285026182YUAN/p/10440443.html 2. CentOS 中设置固定IP 打开网卡配置文件 vi /etc/sysconfig/network-scri 阅读全文
posted @ 2019-09-19 09:47 无心々菜 阅读(611) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 27 下一页