I started making use of EC2 Mac instances with Catalina. In order for some services to work I need to install docker. Importantly I want to install docker only through CLI without using GUI.
I managed to install it with brew install --cask docker. However, it doesn't work.
When I try to run open /Applications/Docker.app, I get the following error:
LSOpenURLsWithRole() failed with error -610 for the file /Applications/Docker.app.
Can someone advise how to fix this error? Or perhaps advise how to install docker which will not require GUI access?
Thanks