Catchup
• Mark Eschbach
It’s been a while since I’ve written but it’s been busy. Some of it’s been related to security, others just being apart of a family.
I’m trying to get a docker-compose
cluster of a system I wrote running. Undoubtdly there are many issues with my software but right now I’m getting Error forwarding the new session Empty pool of VM for setup Capabilities
. A guess would be there isn’t a registered node which matches the capabilities since they are listed afterwards. Running a Selenium Grid with docker-compose by Carlos Alexandro Becker seems promising. No luck.
So in the end I settled with a depends_on
statement for the chrome
container. I wonder if I could drop that and just scale up the container count. Hmm, I’m getting random failues and still can’t get the service ports exposed to my OSX host. Really sad, so I can’t really use it now.