Cannot start docker under centos7

王林
Release: 2020-04-01 11:27:25
Original
2252 people have browsed it

Cannot start docker under centos7

Docker installation is successful but startup fails. Check the docker service.

systemctl status docker.service
Copy after login

The service log prompts Failed to start Docker Application Container Engine. As shown in the figure below:

Cannot start docker under centos7

Solution:

Modify the docker file, specific command:

vi  /etc/sysconfig/docker
Copy after login

Add =false after --selinux-enabled. As shown in the picture below:

Cannot start docker under centos7

Recommended related tutorials: centos tutorial

The above is the detailed content of Cannot start docker under centos7. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template