"Status": "running"
PortBindings": {
"53/udp": [
{
"HostIp": "",
"HostPort": "53"
}
],
"80/tcp": [
{
"HostIp": "",
"HostPort": "80"
}
]
},
"RestartPolicy": {
"Name": "always",
"MaximumRetryCount": 0
}
Yep, it seems to be running OK with the ports OK and has the restart policy.
So, after the...