Skip to content

standalone-firefox-debug dies early #365

@beatscode

Description

@beatscode

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

image

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

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