I’m running some e2e tests during a workflow and I was wondering whether it would be possible to also run the backend which is in a docker container on Bitrise also? I tried to install Docker via a Script step but it always hangs on opening the Docker app. I assume this is not supported then? Are there any workarounds for this? e.g. spawning new hosts which runs this backend?
This is the script that I’ve tried to run:
brew install cask
brew install --cask docker
open -a /Applications/Docker.app
I tried to log in via VNC to see what’s happening on the GUI but that’s currently broken 

