Skip to content

Chrome Node Fails to Start in Swarm Mode #306

@fingermark

Description

@fingermark

Meta -

Image(s):

Docker Version: Docker version 1.12.2

I'm running the following w/ AWS EC2 instances (3 total hosts):

docker network create seleniumnet --driver overlay
docker service create --name hub --network seleniumnet -p 4444:4444 selenium/hub
docker service create --name chrome --network seleniumnet --replicas 2 selenium/node-chrome

But docker service ps chromeshows that the chrome nodes start and then fail immediately w/ a non-zero exit status. I can't see why, though.

Any ideas why the chrome nodes are failing so quickly. I've even tried allowing all TCP and UDP traffic on the subnet.

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