Docker Error Because of the daemon File

Sumit Rasal
1 min readMay 30, 2020

If you create the daemon file for any reason and there you use the static ip address then chances of getting the error is high . because your DNS server give the IP address dynamically and we create the daemon file in the static .
for solving the error just change the ip address by manually if you required the your daemon should use static method or you can make our daemon dynamically .

Below image is the error image.

daemon using the static method.

static ip method

In dynamic daemon code just use the 0.0.0.0:1234

"metrics-addr" : "0.0.0.0:1234"

--

--

Sumit Rasal

Technology I Know — MLops | Devops | Docker | RHCSA | CEH |