摘要: 安装 Docker wget https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo -O /etc/yum.repos.d/docker-ce.repo # yum list docker-ce --showduplicat 阅读全文
posted @ 2024-03-02 13:43 KeepSmiling_me 阅读(18) 评论(0) 推荐(0)
摘要: 1. Linux 环境 # 关闭防火墙 systemctl stop firewalld && systemctl disable firewalld # 关闭 swap swapoff -a && sed -i '/ swap / s/^\(.*\)$/#\1/g' /etc/fstab # 关闭 阅读全文
posted @ 2024-03-02 12:07 KeepSmiling_me 阅读(58) 评论(0) 推荐(0)