-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
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 chrome
shows 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
Labels
No labels