Cannot Deploy Ngrok Docker Image in Service

I am getting this error when trying to deploy a Render server with this Ngrok Docker image

I have the “Docker command” section filled out with this

docker run --net=host -it -e NGROK_AUTHTOKEN=xxxxxxxxxx ngrok/ngrok:latest http 80
==> Starting service...
==> There was a problem starting your server: "docker": executable file not found in $PATH
==> Cause of failure could not be determined
==> Common ways to troubleshoot your deploy: https://docs.render.com/trou

P.S. I’d posted this before without any helpful response – hoping reposting gets a better response

Hi there,

My response hasn’t changed from my last reply, except for some additional information. You shouldn’t need to place anything in the Docker command as the image presumable has a CMD / ENTRYPOINT set to run ngrok already. The Docker Command field would only be used if you wanted to override this. However, since you aren’t doing this at your docker run command, it shouldn’t be needed. You would need to set your NGROK_AUTHTOKEN as an environment variable.

If you are still having troubles I think you should open a ticket directly with us using the contact support link. This will allow us to talk in more details about the service.

Regards,

Keith
Render Support, UTC+10 :australia: