Error!!! Restart docker, report Failed to start Docker Application Container Engine error

1. Error reporting phenomenon

When doing Docker-TLS, after modifying the configuration file, restart docker to report an error
Insert picture description here

2. Solution ideas

First enter the configuration file to view, it may be a path problem
Insert picture description here

[root@master tls]# pwd

Insert picture description here

Insert picture description here

3. Solution

After modifying the path, restart the service

[root@master tls]# systemctl daemon-reload
[root@master tls]# systemctl restart docker

Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_50344814/article/details/114917850