Docker installation (Alibaba Cloud Server)Docker official centos installation tutorial Uninstall old versions $ sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker-engine Install using repository Before you install Docker Engine for the first time on a new host, you need to set up the Docker repository. Afterwards, you can install and update Docker from the repository. Setting up the repository Install the $ sudo yum install -y yum-utils $ sudo yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo Install Docker Engine Install the latest version of Docker Engine and containers $ sudo yum install docker-ce docker-ce-cli containerd.io Start Docker $ sudo systemctl start docker Verify that Docker Engine is installed correctly by running the $ sudo docker run hello-world Uninstall Docker Uninstall Docker Engine, CLI, and Containerd packages: $ sudo yum remove docker-ce docker-ce-cli containerd.io Images, containers, volumes, or custom configuration files on the host are not automatically deleted. To remove all images, containers, and volumes: $ sudo rm -rf /var/lib/docker You must manually delete any edited configuration files. Install Docker on CentOS 7 virtual machine
WorkaroundRun vi /etc/sysconfig/selinux and change the selinux attribute value to disabled. Then restart the system; docker started successfully! SELinux (Security-Enhanced Linux) is the implementation of mandatory access control by the National Security Agency (NSA). It is the most outstanding new security subsystem in the history of Linux. But we generally don't use it. Because it manages too many things, if you want to ensure security, you can use firewalls and other measures. SELinux has three states: enforcing (executing), permissive (not executing but generating a warning), disabled This is the end of this article about installing Alibaba Cloud Server with Docker and the pitfalls encountered in virtual machine installation. For more information about installing Alibaba Cloud Server with Docker, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: The difference between Readonly and Disabled
>>: Detailed explanation of CSS BEM writing standards
Table of contents Some basic configuration About ...
1. Install dependency packages yum -y install gcc...
Table of contents 1. From father to son 2. Son to...
Preface The database has always been my weak poin...
Original link: https://vien.tech/article/138 Pref...
This time we use HTML+CSS layout to make a prelim...
Phenomenon Start the Docker container docker run ...
The color presentation on a web page will be affec...
Table of contents 1. Basic Concepts ACID 3.AutoCo...
123WORDPRESS.COM provides you with the FileZilla ...
<iframe src=”test.jsp” width=”100″ height=”50″...
vue scaffolding -> vue.cli Quickly create a la...
Scrcpy Installation snap install scrcpy adb servi...
Without further ado, these three methods are: ren...
System environment: centos7.4 1. Check whether th...