xilution / xilution-selenium-grid

A Selenium Grid that Runs in AWS ECS Fargate.
https://www.xilution.com
Other
25 stars 14 forks source link

Error xvfb-run: error:Xvfb failed to start #5

Open Galileo1 opened 6 years ago

Galileo1 commented 6 years ago

If I try to run the three containers hub/node-chrome/node-firefox in one task definition it gives me xvfb-run: error:Xvfb failed to start in node-chrome do you know why?

tbrunia commented 6 years ago

I assume that you're using Docker linking to connect the Selenium Docker Hub/Node instances in the single task definition. I don't think Fargate supports linked Docker images. Is this how you are configuring the Docker image network?

Just curious, what influenced you to run the three containers in one task definition?