Docker Service is not working

Hi Team,

I have created daemon.json file and when i start the systemctl start docker, i am getting the below error, the file is created with the correct options can u please help me to resolve the issue:

{
“debug”: true,
“host”: [“tcp://192.168.1.10:2376”],
“tls”: true,
“tlscert”: “/var/docker/server.pem”,
“tlskey”: “/var/docker/serverkey.pem”,

}

I have gave the permission to daemon.json file with write and execute right but still facing the same issue.

Can you please help me to resolve this issue.

Thanks and Regards
Sunil Kirangi

Hi @SunilKirangi, can you share the output of the command journactl -u docker, please?

Regards,
Vitor Jr.
KodeKloud Support