How to solve docker cannot log in

WJ
Release: 2020-06-09 17:03:53
Original
4007 people have browsed it

How to solve docker cannot log in

How to solve the problem that docker cannot log in?

Error starting daemon: SELinux is not supported with the overlay2 graph driver on this kernel. Either boot into a newer kernel or disable selinux in docker (--selinux-enabled=false)

It means: SELinux in this Linux kernel does not support overlay2 graph driver. There are two solutions, either start a new kernel or disable selinux in docker, --selinux-enabled=false

Re-edit the docker configuration file:

vi /etc/sysconfig/docker
Copy after login

How to solve docker cannot log in

Change to:

How to solve docker cannot log in

Thensystemctl start docker .

Related recommendations: docker tutorial

The above is the detailed content of How to solve docker cannot log in. 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!