xilution-selenium-grid
xilution-selenium-grid copied to clipboard
Error xvfb-run: error:Xvfb failed to start
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?
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?