You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the same problem but, launching curl command from within autoheal container, everything goes well.
Logs:
24-06-2024 06:50:12 Container /apcupsd (38b41cc6f688) found to be unhealthy - Restarting container now with 10s timeout
24-06-2024 06:50:12 Restarting container 38b41cc6f688 failed
Manual restart from container:
/ # curl -v -X POST --unix-socket /var/run/docker.sock http://localhost/containers/38b41cc6f688/restart?t=10
* Trying /var/run/docker.sock:0...
* Connected to localhost (/run/docker.sock) port 80
> POST /containers/38b41cc6f688/restart?t=10 HTTP/1.1
> Host: localhost
> User-Agent: curl/8.5.0
> Accept: */*
>
< HTTP/1.1 204 No Content
< Api-Version: 1.45
< Docker-Experimental: false
< Ostype: linux
< Server: Docker/26.1.4 (linux)
< Date: Mon, 24 Jun 2024 10:11:54 GMT
<
* Connection #0 to host localhost left intact
/ #
Any way of getting more information as to why it fails?
The text was updated successfully, but these errors were encountered: