Docker API: Executable file not found in $PATH

I am trying to run a django app in docker container. I can run it using docker cli. But when using docker api the response is ‘Executable file not found in $PATH’. I have tried changing ENV in api also.

1 Like