摘要:
Kubernets国内镜像Debian / UbuntuCentOS / RHEL / Fedora下载安装包拉取gcr.io镜像Fork docker-library in GitHub在阿里云上新建镜像仓库构建、拉取镜像和打gcr.io标签查看gcr.io官方镜像Kubernets国内镜像阿里云 阅读全文
posted @ 2019-05-25 18:56
whmmm
阅读(350)
评论(0)
推荐(0)
摘要:
一、不重启电脑,禁用启用swap,立刻生效 # 禁用命令 sudo swapoff -a # 启用命令 sudo swapon -a # 查看交换分区的状态 sudo free -m 二、重新启动电脑,永久禁用Swap # 把根目录文件系统设为可读写 sudo mount -n -o remount 阅读全文
posted @ 2019-05-25 00:09
whmmm
阅读(41421)
评论(1)
推荐(1)