摘要:
1:使用root权限登录服务器,更新yun包 sudo yum update 2:卸载旧版本 sudo yum remove docker docker-common docker-selinux docker-engine 3:安装需要的软件包, yum-util 提供yum-config-man 阅读全文
摘要:
系统环境centos7.8 1:拉取镜像 docker search mysql docker pull mysql 2:启动镜像 docker run -p 3306:3306 --restart=always --name mysql -v /usr/local/mysql/conf:/etc/ 阅读全文
摘要:
All the data are stored in the specially-designated directories, data volumes, at the following location: ###########################创建一下四个目录,启动的时候映射到 阅读全文
摘要:
前提: yum install gcc-c++ yun install pcre pcre-devel yum install -y zlib zlib-devel yum install -y openssl openssl-devel 1:官网下载合适的版本,建议选择稳定版本。 官网地址:htt 阅读全文