Docker-airflow: Getting this error in docker Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"webserver\": executable file not found in $PATH": unknown.

Created on 26 Oct 2018  路  4Comments  路  Source: puckel/docker-airflow

I see the error below when I try to build and run this command:

docker run -d -p 8080:8080 puckel/docker-airflow webserver

Error Messsage:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"webserver\": executable file not found in $PATH": unknown.

Most helpful comment

Had a similar issue, see also: https://github.com/moby/moby/issues/37713
Solution for me was restarting the pc, restarting docker was not enough.

All 4 comments

Had a similar issue, see also: https://github.com/moby/moby/issues/37713
Solution for me was restarting the pc, restarting docker was not enough.

Thanks

do you guys have any clues for this issue? i also met this.

Im also facing this problem. Anyone?

Was this page helpful?
0 / 5 - 0 ratings