wfg / docker-openvpn-client

OpenVPN client with killswitch and proxy servers; built on Alpine
MIT License
353 stars 108 forks source link

exec: "curl": executable file not found in $PATH: unknown #60

Closed the-hotmann closed 2 years ago

the-hotmann commented 2 years ago

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 2 years ago

curl is not in the image and won't be coming back unless there's a good reason.