Skip to content
New issue

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 mentions wrong image #1

Open
ahaberbosch opened this issue Oct 26, 2021 · 1 comment
Open

readme mentions wrong image #1

ahaberbosch opened this issue Oct 26, 2021 · 1 comment

Comments

@ahaberbosch
Copy link

readme for run mentions node-protractor-chrome, should be docker-protractor-chrome

@sgaide
Copy link
Member

sgaide commented Oct 26, 2021

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.

cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants