上一页 1 ··· 12 13 14 15 16
摘要: http://blog.veryjava.cn/2016/12/28/01/ 阅读全文
posted @ 2017-07-19 18:35 诗码者 阅读(1147) 评论(0) 推荐(0) 编辑
摘要: Docker-compose管理docker服务 1、安装docker-compose @首先确保服务器上已经安装docker环境,如果没有安装使用如下命令进行安装: # yum -y install dock #curl -L https://github.com/docker/compose/r 阅读全文
posted @ 2017-07-19 18:34 诗码者 阅读(790) 评论(0) 推荐(0) 编辑
摘要: 搭建docker的私有registry 1、 registry简介 Docker在2015年推出了distribution项目,即Docker Registry 2。相比于old registry,Registry 2使用Go实现,在安全性、性能方面均有大幅改进。Registry设计了全新的Rest 阅读全文
posted @ 2017-07-19 15:30 诗码者 阅读(440) 评论(0) 推荐(0) 编辑
摘要: Mongodb备份与恢复 &备份 1、整个库备份 # mongodump -uhuoqiu -phuoqiuapp -h 127.0.0.1:27017 -d saturn --gzip --archive=/root/data/saturn_`date +%F_%H-%M-%S`.gz @用于备份 阅读全文
posted @ 2017-07-17 11:09 诗码者 阅读(384) 评论(0) 推荐(0) 编辑
摘要: Mongodb副本集带用户认证的 概述 本次实验是在一台虚拟机上做的,正式环境一定要分开实现,以免影响服务的正常使用和性能。 准备工作: 操作系统:centos7.2 Mongodb版本:3.4.1 服务器ip:192.168.1.11 Mongodb服务端口: 27017、27018、27019 阅读全文
posted @ 2017-07-17 11:08 诗码者 阅读(3235) 评论(0) 推荐(0) 编辑
摘要: Docker部署rabbitmq 1、 准备docker环境: # yum -y install docker # docker ps @如果有输出 CONTAINER ID IMAGE COMMAND CREATED PORTS 证明已经安装完毕。 2、 部署外网环境 # docker searc 阅读全文
posted @ 2017-07-17 11:06 诗码者 阅读(22385) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16