摘要: docker-machine命令 [root@master ~]# docker-machine --help Usage: docker-machine [OPTIONS] COMMAND [arg...] Create and manage machines running Docker. Ve 阅读全文
posted @ 2020-02-14 21:53 星火撩原 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 基本参数优化 server_tokens off; #关闭在错误页面中的nginx版本号,安全性是有好处的 sendfile on; #传输文件时发挥作用 tcp_nopush on; #一个数据包里发送所有头文件 tcp_nodelay on; #不缓存数据 keepalive_timeout 1 阅读全文
posted @ 2020-02-14 20:46 星火撩原 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 在Linux系统中,docker和docker-machine是分开安装的。 这里使用阿里云开源镜像文件站的docker工具,下载最新的docker-machine工具到本地 阿里云的docker-machine链接:https://mirrors.aliyun.com/docker-toolbox 阅读全文
posted @ 2020-02-14 19:39 星火撩原 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 环境: 系统:CentOS Linux release 7.7.1908 (Core) 应用版本:Docker version 19.03.6, build 369ce74a3c 管理节点:192.168.1.220 工作节点:192.168.1.221 工作节点:192.168.1.222 1、管 阅读全文
posted @ 2020-02-14 18:44 星火撩原 阅读(419) 评论(0) 推荐(0) 编辑