You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
At the bottom of the README.md, there's a note that says this:
Or you can add a sleep time to make sure the hub is ready: docker-compose run --rm webdriverio bash -c "sleep 10 && wdio".
However, since your Dockerfile specifies node:8.9-alpine, there is no bash. So this command gets this error message:
Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: "bash": executable file not found in $PATH": unknown
At the bottom of the README.md, there's a note that says this:
However, since your Dockerfile specifies node:8.9-alpine, there is no bash. So this command gets this error message: