随笔分类 -  Lunix

摘要:Docker 安装 MySQL MySQL 是世界上最受欢迎的开源数据库。凭借其可靠性、易用性和性能,MySQL 已成为 Web 应用程序的数据库优先选择。 1、查看可用的 MySQL 版本 访问 MySQL 镜像库地址:https://hub.docker.com/_/mysql?tab=tags 阅读全文
posted @ 2020-09-09 14:33 sunjun5249 阅读(205) 评论(0) 推荐(0)
摘要:使用官方安装脚本自动安装 安装命令如下: curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun 阅读全文
posted @ 2020-09-09 13:31 sunjun5249 阅读(76) 评论(0) 推荐(0)
摘要:查看现在的系统挂载目录情况 df -h Filesystem Size Used Avail Use% Mounted on udev 7.7G 0 7.7G 0% /dev tmpfs 1.6G 3.2M 1.6G 1% /run /dev/vda1 40G 3.3G 35G 9% / tmpfs 阅读全文
posted @ 2020-09-08 16:42 sunjun5249 阅读(166) 评论(0) 推荐(0)