Docker command is not available, turn SELinux off

Source: Internet
Author: User
Tags docker ps

Run "systemctl start Docker.service" Error
Job for Docker.service failed because the control process exited with error code. See "Systemctl Status Docker.service" and "Journalctl-xe" for details. '

Run ' Docker ps ' ERROR '
Cannot connect to the Docker daemon at Unix:///var/run/docker.sock. Is the Docker daemon running? '
Turn off SELinux to
The procedure is as follows:

[Email protected] ~]# Getenforce
Enforcing
[Email protected] ~]# Setenforce 0
[Email protected] ~]# Getenforce
Permissive
[Email protected] ~]# systemctl start Docker.service
Job for Docker.service failed because the control process exited with error code. See "Systemctl Status Docker.service" and "Journalctl-xe" for details.

[[email protected] ~]# vi/etc/selinux/config modify selinux=disabled reboot system
[[Email protected] ~]# Init 6
Last Login:mon 06:12:24 2018 from 192.168.1.105
[Email protected] ~]# systemctl status Docker.service
[[email protected] ~]# Docker PS
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

Docker command is not available, turn SELinux off

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.