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.
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?
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.