05 2021 档案
摘要:1.环境准备 #二进制部署安装文档# https://github.com/easzlab/kubeasz/blob/master/docs/setup/00-planning_and_overall_intro.md Ubuntu Server 我本次环境配置:Ubuntu 7.4.0-1ubun
阅读全文
摘要:启动时查看日志发现报错 # journalctl -xe Failed to listen on Docker Socket for the API. 查找socket这个配置文件,修改如下 # find / -name docker.socket /etc/systemd/system/socke
阅读全文
摘要:1.下载解压 # tar -xvf harbor-offline-installer-v1.7.6.tgz # cd /harbror 2.下载python2.7 # apt install python2.7 && apt install python-pip 3.安装docker 附上脚本! #
阅读全文
摘要:1.创建虚拟机 1.1创建虚拟机磁盘 #使用qemu命令来创建磁盘 qemu-img create -f qcow2 /var/lib/libvirt/images/centos7.2.qcow2 20G 1.2创建虚拟机 --virt-type kvm 类型 KVM --name VM的名称 --
阅读全文