Stella981 Stella981
3年前
Docker部署openvpn
配置环境变量:cat~/.bash_profileexportOVPN_DATA/data/ovpn_dataexportIP公网ip加载环境变量source~/.bash_profile 拉取镜像dockerpullkylemanna/openvpn配置vpn服务端公
Stella981 Stella981
3年前
Docker常用命令,Docker安装Nginx、Redis、Jenkins、tomcat、MySQL
常用命令拉取镜像:dockerpullxxx启动镜像:dockerrunnamexxx8080:8080dxxx查看容器:dockerpsxxx停止容器:dockerstopxxx启动容器:dockerstartxxx删除容器:dockerrmxxx删除镜像:docke
Stella981 Stella981
3年前
Docker中nginx+tomcat实现负载均衡
拉取tomcat镜像dockerpulltomcat运行两个tomcat容器dockerrundp8088:8080nametomcat8088tomcatdockerrundp8089:8080nametomcat8089tomcat修改下index.jsp把两个to
Stella981 Stella981
3年前
Docker安装redis操作命令
最近学习了redis,那么今天我们来学习以下在Docker上安装我们的redis,并查看有关redis的一系列命令查找redisdockersearchredis拉取redisdockerpullredis查看镜像dockerimages
Stella981 Stella981
3年前
RocketMQ之Pull消费者客户端启动
Pull消费者客户端(主动拉取消息的消费者)即构造了DefaultMQPullConsumer对象,DefaultMQPullConsumer继承了ClientConfig类。我们先看其构造方法javaviewplaincopypublicDefaultMQPullConsumer(finalStringconsumer
Stella981 Stella981
3年前
Docker下redis的主从配置
1、拉取redis镜像dockerpullredis2、启动3个redis容器服务,分别使用到6379、6380、6381端口dockerrunnameredis6379p6379:6379dredisdockerrunnameredis6380p6380:6379dredis
Stella981 Stella981
3年前
Docker搭建Nexus(Maven私库)
0、镜像的查找:dockersearchnexus1、拉取官方镜像:dockerpullsonatype/nexus32、创建了自己的目录(/opt/nexus/nexusdata)  mkdir /opt/nexus/nexusdata&&chownR200 /opt/nexus/nexusdata3、运行容器
敏捷开发 敏捷开发
4个月前
代码审查完整指南来了!
代码审查不是战场,审查员也不是作者的对手。他们的目标是一致的——解决产品问题并创建高质量的代码库。让我们深入探讨并了解如何从审查者的角度进行一次代码审查。不要浪费时间总有些问题时常重复出现。先是在一个拉取请求中,然后又在另一个拉取请求中;先是来自一个作者,