exec: "curl": executable file not found in $PATH: unknown
the-hotmann opened this issue · 1 comments
the-hotmann commented
The docs recommend wget
or curl
to check for internet connection. I prefer curl
, but as soon as I want to run it I get the following error:
OCI runtime exec failed: exec failed: container_linux.go:367: starting container process caused: exec: "curl": executable file not found in $PATH: unknown
Did you remove curl from the path or even the whole container? If so is it coming back?
Best regards.
wfg commented
curl
is not in the image and won't be coming back unless there's a good reason.