Installation of CentOS 7 by vmwarevm
This document is a graphic tutorial for beginners to install CentOS 7.
I. Preface
Recently, we need to learn about Docker because we need to build a lab architecture. Docker is completely dependent on the Linux system. So, with this article.
Linux has many release versions, such as the most famous RedHat, Ubuntu, CentOS, and Gentoo. Ubuntu's desktop system looks better than others, while RedHat is the first choice for servers, but it is a commercial version. Therefore, CentOS is selected.
II. Introduction to CentOS
CentOS (Community Enterprise Operating System) is one of the linux releases. It is compiled by Red Hat Enterprise Linux according to the open source code. Because of the same source code, some servers that require high stability use CentOS instead of the commercial version of Red Hat Enterprise Linux. The difference between the two lies in that CentOS does not contain closed source code software.
3. Download tools
I am using a virtual machine to install it. Download VMware first, so you don't need to talk about how to install the software.
Download the image file for CentOS 7.
CentOS https://www.centos.org/download/
4. Start Installation
Select create virtual machine.
Note that you must select a later installation when selecting the installation source. Then the other default values will be fine.
Next, select "Virtual Machine"> "device" to go to the following page.
On the cd Page, select the iso image file and select the centos7.iso file. Select the simplest "NAT" Mode for network configuration.
Now the hardware has been configured and the virtual machine is enabled.
After these dark things, go to the installation page...
Select Chinese.
Click network to enable the network and exit.
Select the minimal installation, that is, the command line interface. To be familiar with linux commands, You must select the minimum installation method. If you want the interface, we recommend "GNOME Desktop".
Go to the partition page and follow the steps shown in.
Select a standard partition ..
Next, partition. Add a mount point.
For more details, please continue to read the highlights on the next page: