We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readme for run mentions node-protractor-chrome, should be docker-protractor-chrome
The text was updated successfully, but these errors were encountered:
Hi ahaberbosch,
i guess it depends on how you build the image. if you follow the readme/build phase:
docker build --tag node-protractor-chrome .
then the following run command is correct:
docker run -it --volume /path/to/my/node/app:/src/app node-protractor-chrome bash
of course you can tag the image the name you want, and use this name to run it.
On hub.docker.com the image is named tilkal/docker-protractor-chrome, to match the name of this repo.
tilkal/docker-protractor-chrome
cheers
Sorry, something went wrong.
No branches or pull requests
readme for run mentions node-protractor-chrome, should be docker-protractor-chrome
The text was updated successfully, but these errors were encountered: