安装VMware PhotonOS 4
PhotonOS是VMware的Container Host系统,PhotonOS可以直接部署在vSphere平台上,使得系统可以去除大量不必要的硬件驱动,让系统变得十分精简高效,以下将对Photon OS在vSphere平台上的安装配置
下载地址
https://github.com/vmware/photon/wiki/Downloading-Photon-OS
客户机操作系统选择VMware Photon OS
选择存储位置
数据存储中选择Photo OS的ISO位置
完成
开启虚拟机电源
接受条款
自动分区
精简安装
自动配置网络
选择优化内核
设置计算机名
设置root密码
重复密码
确定安装
等待安装结束
按任意键启动
登陆系统,配置允许root账户登陆ssh
vim /etc/ssh/sshd_config #PermitRootLogin yes改为PermitRootLogin yes systemctl restart sshd
更新系统
tdnf update
开启docker
systemctl start docker && systemctl enable docker && systemctl status docker
安装pmd
tdnf install pmd systemctl start pmd && systemctl enable pmd && systemctl status pmd
本站所有文章均可随意转载,转载时请保留原文链接及作者。