-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
I'm trying to follow the debugging directions but the standalone firefox-debug node dies on start up.
When I log the container I see the following
Not sure if /opt/bin/entry_point.sh: line 5: /opt/bin/clear_x_locks.sh: No such file or directory
line is the issue here.
Here is shortened docker-composer.yml entries
services:
selenium:
image: selenium/hub:2.53.0
ports:
- "4444:4444"
container_name: selenium
firefoxnode:
image: selenium/standalone-firefox-debug:2.53.0
environment:
- HUB_PORT_4444_TCP_ADDR=selenium
ports:
- "63900:5900"
links:
- selenium:hub
Is there something wrong with my configuration?
Metadata
Metadata
Assignees
Labels
No labels