Skip to content

Cant set node max instance in version 3.5.2 but works in 3.4.0 just fine #547

Closed
@slugics

Description

@slugics

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

screen shot 2017-08-31 at 12 38 13 pm

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions