SSH into build server, docker is not running & I cannot view my tests running

Hi,

I have been stuck on this for 2 days now, I have a rails app whose tests are failing & I want to be able to view the tests running on the browser on circle.

I have tried following the steps here: https://circleci.com/docs/1.0/browser-debugging/

and can ssh into my build server OK, however, when I view the list of processes running, nothing is ever happening on port 3000 (where I would expect to see rails running on the build server) yet the tests are still running (some pass, some fail)

When I run “docker ps”, no containers are running.

I have also tried connecting via VNC, which I have setup, but all I see when I connect is a Ubuntu console & nothing happening.

What am I doing wrong here? Appreciate any help!

*bump post