使用weave来实现多宿主机中的docker容器之间通信
摘要:wget -O /usr/local/bin/weave https://github.com/weaveworks/weave/releases/download/latest_release/weave chmod +x /usr/local/bin/weave weave launch 192
阅读全文
centos7修改时区
摘要:在 CentOS 7 中, 引入了一个叫 timedatectl 的设置设置程序 # timedatectl # 查看系统时间方面的各种状态 从更底层出发的话, 修改时间时区比想象中要简单: cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
阅读全文
docker安装
摘要:https://docs.docker.com/engine/installation/linux/centos/#install-using-the-repository
阅读全文
mongo安装
摘要:mongo安装参考如下: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-red-hat/
阅读全文