blueimp / nightwatch

This project is deprecated in favor of blueimp/wdio.
https://github.com/blueimp/wdio
134 stars 43 forks source link

file path of entrypoint.sh not found #8

Closed ravivalm closed 6 years ago

ravivalm commented 7 years ago

hi i used the command "docker-compose run --rm nightwatch" ERROR: Cannot start service nightwatch: oci runtime error: container_linux.go:265: starting container process caused "exec: \"entrypoint\": executable file not found in $PATH"

blueimp commented 7 years ago

Can you reproduce the problem if you do the following:

git clone https://github.com/blueimp/nightwatch.git
cd nightwatch
docker-compose run --rm nightwatch

The entrypoint executable is definitely part of the nightwatch docker image, as it's added here: https://github.com/blueimp/nightwatch/blob/master/Dockerfile#L34

blueimp commented 6 years ago

Closing as non-reproducible.