cd /home/nginx mkdir conf html cd html vim index.html # 随便添加一些内容:aaaaa docker pull nginx # 默认启动 dock
阅读更多...
创建挂载目录 mkdir /home/redis mkdir /home/redis/conf /home/redis/data 下载配置文件 https://fzai.lanzoui.com/iw4
部署 #获取镜像 docker search mysql docker pull mysql:8.0 docker pull mysql:5.7 #上传配置文件 https://fzai.lanzou
参考: http://t.csdn.cn/8xNnt https://blog.csdn.net/qq_40378034/article/details/90752212 https://www.cn
安装 # 卸载旧版本的docker yum -y remove docker docker-common docker-selinux docker-engine # 安装依赖 yum inst
# 方法一 (Refer to: https://docs.docker.com/compose/install/) sudo curl -L "https://github.com/doc
# 安装 sudo dnf install @mysql # 启动 sudo systemctl enable --now mysqld # 测试 sudo systemctl status my
yum -y update # 安装netstat yum install net-tools -y # 文件上传下载 yum -y install lrzsz yum install gcc
文档 openoffice 可转换的格式:http://tools.jbritian.com/link/l Windows 安装 下载:http://www.openoffice.org/downlo
参考 java获取当前服务器状态cpu、内存、存储等核心信息_java 获取cpu信息_Benjamin℡的博客-CSDN博客 oshi/FAQ.md at master · oshi/oshi ·