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.
The docs recommend
wget
orcurl
to check for internet connection. I prefercurl
, 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.