摘要: 打算把Java虚拟机这块单独弄一个主题出来,做做备忘,结构如图所示: 后面还有一部分待更新... 阅读全文
posted @ 2018-11-07 17:11 君哥~ 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 阿里 Docker CE 镜像源站安装说明:https://developer.aliyun.com/article/110806 1.检查内核版本, Docker 要求 CentOS 系统的内核版本高于 3.10 ,查看本页面的前提条件来验证你的CentOS 版本是否支持 Docke $ sudo 阅读全文
posted @ 2021-05-12 20:41 君哥~ 阅读(573) 评论(1) 推荐(0) 编辑
摘要: 一、上传镜像到Docker Hub仓库 Docker Hub账号 仓库名 wangfajun self 1.给源镜像打个新标签 命令:docker tag 镜像ID DockerHub账号/仓库名:新的标签 例子:docker tag wangfajun/self:v1 2.上传镜像 命令:dock 阅读全文
posted @ 2021-05-12 18:03 君哥~ 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 1. 从仓库中搜索指定的镜像 docker serarch -s 10 tomcat --no-trunc:显示完整的镜像描述 -s:列出收藏数不小于指定值的镜像 --automated:只列出 automated build类型的镜像 2. 拉取镜像 docker pull 镜像名例: docke 阅读全文
posted @ 2021-05-12 14:18 君哥~ 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 1. 生产环境负载均衡集群系统架构设备选购方案 LVS1 DELL R610 1U CPU E5*2 8G *2(4) 硬盘SAS 146G *2 RAID 1 LVS2 DELL R610 1U CPU E5*2 8G *2(4) 硬盘SAS 146G *2 RAID 1 2. Web层硬件选择和 阅读全文
posted @ 2021-05-11 16:31 君哥~ 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 懒得写了,原文链接: https://www.cnblogs.com/mafly/p/redis_cluster.html#!comments 阅读全文
posted @ 2021-05-11 16:23 君哥~ 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 1.安装JDK,Java JDK1.8.0 以上的版本 2. 导入GPG-KEY-elasticsearch rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch 3. 配置清华源 vim /etc/yum.repos.d/e 阅读全文
posted @ 2021-05-11 16:20 君哥~ 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 1. 主机规划 主机名称 角色 数量 主机内网IP规划 主机外网IP 主机配置 基础软件 系统 etcd-Master Node01 1 10.0.0.30 xxx 2C 4G wget &&yum install -y etcd CentOS7x64 1810 etcd-Slave Node02 阅读全文
posted @ 2021-05-11 16:07 君哥~ 阅读(565) 评论(0) 推荐(0) 编辑
摘要: 1. JDK安装: https://www.cnblogs.com/wangfajun/p/5257899.html 2. 使用清华源安装Jenkins yum install -y https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat/jenkin 阅读全文
posted @ 2021-05-11 15:52 君哥~ 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 1. 主机规划: 主机名称 hostname 主机规划 (内) 主机规划 (外) 安装基础软件 系统版本 服务 器推 荐配 置 GitLab 10.0.0.10 xxxxx yum install -y vim net-tools lrzsz tree CentOS7x64 1810 7.6 4C 阅读全文
posted @ 2021-05-11 15:39 君哥~ 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 1.安装git 执行: yum install -y git 2.安装maven执行:cd /usr/local wget https://mirrors.bfsu.edu.cn/apache/maven/maven-3/3.8.1/binaries/apache-maven-3.8.1-bin.t 阅读全文
posted @ 2021-05-11 14:35 君哥~ 阅读(159) 评论(0) 推荐(0) 编辑