摘要: #!/bin/bash # Docker 安装 MariaDB 自动化脚本(含远程访问配置) # 默认配置 CONTAINER_NAME="mariadb" MYSQL_ROOT_PASSWORD="qiuping" HOST_PORT=3306 DATA_DIR="/opt/mariadb/dat 阅读全文
posted @ 2025-05-15 23:37 QiuPing 阅读(48) 评论(0) 推荐(0)
摘要: 1、设置ip地址 [root@localhost ~]# [root@localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-ens192 TYPE=Ethernet NAME=ens192 DEVICE=ens192 ONBOOT=yes IP 阅读全文
posted @ 2025-05-15 17:34 QiuPing 阅读(47) 评论(0) 推荐(0)