Closed
Description
Issue
Image(s): node-chrome
Docker-Selenium Image Version(s): 3.5.2-antimony
OS: Ubuntu 16
I am running following command so I can have 7 instances of chrome browser within a single container. It works just fine in 3.4.0-dysprosium but doesn't seem to work when updating to 3.5.2-antimony. Do I need to add more options to my command line ? Have the existing options change? Please advise! Thanks
docker run -d -e NODE_MAX_INSTANCES=7 -e NODE_MAX_SESSION=7 -v /dev/shm:/dev/shm --link selenium-hub:hub selenium/node-chrome:3.4.0-dysprosium
Expected Behavior -
Runs seven instances of chrome browser within a single container
Actual Behavior -
Runs single instance of chrome browser within a single container
Metadata
Metadata
Assignees
Labels
No labels