1. Download VMware for my PC, which is Win7 & 32bit
https://www.7down.com/soft/3997.html
2. Download CentOS 7.6 from
https://www.centoschina.cn/download/23059.html
3. After install VMware, then start install CentOs
Click next
Click Next
Click Next
Click Next
Finish
Power on created CentOS for finish the rest installation with default settings.
4. Configure centos network
cd /etc/sysconfig/network-scripts
ls –l ifcfg*
vi ifcfg-ens33
change to yes and reboot
ping www.baidu.com
5. Use putty remote access centos
Check ip
Setup & check hostname (options)
6. Install Docker
sudo yum install –y yum-utils
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo yum install docker-ce
Try start docker
sudo systemctl start docker
Check docker version
sudo docker version
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。