2019年7月31日

摘要: public function setWrapOutputClass( $className ) { if ( $className true ) { // DWIM, they probably want the default class name $className = 'mw-parser 阅读全文
posted @ 2019-07-31 15:09 香芋空间 阅读(113) 评论(0) 推荐(0) 编辑

2017年8月14日

摘要: 简单负载均衡的实现 首先在代码里面添加输出服务器ip的代码: 等jenkins自动部署成功后,再额外启动另一个autopublish:latest镜像的容器,命名为autopublish-web3,容器映射到宿主机的端口改为6000 sudo docker run --name autopublis 阅读全文
posted @ 2017-08-14 21:58 香芋空间 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 本文主要描述的是当一个.Net Core程序的代码提交到git之后,利用jenkins和docker实现在linux环境下的自动部署,并提供了一个简单的负载均衡思路。 话不多说,首先需要以下环境: ubuntu16.04:系统发布的操作系统; nginx 提供反向代理和负载均衡; Jenkins实现 阅读全文
posted @ 2017-08-14 10:26 香芋空间 阅读(268) 评论(0) 推荐(0) 编辑

导航