I am getting following error on my azure web app contianer
"InnerException: Docker.DotNet.DockerApiException, Docker API responded with status code=BadRequest, response={"message":"OCI runtime create failed: container_linux.go:349: starting container process caused \"exec: \\\"docker\\\": executable file not found in $PATH\": unknown"}"
The same container I tried to pull from my private repo, it works fine on local docker.
Purpose of docker is, it should work on all docker installations, but not happening :/ Not sure if I have missed anything in this.