DockStation / dockstation

DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.
https://dockstation.io/
2.14k stars 106 forks source link

Feature to specify machine name per connection. #235

Open darklow opened 4 years ago

darklow commented 4 years ago

I have lots of remote docker-machines which I can connect from my local computer.

I was able to configure remote connection by specifying CA, Cert and Private Key files, however the connection uses one single global "Virtual Machine Name" defined under Global Settings, so it means every time I need to connect to specific machine I need to go to Preferences > Docker > Docker Machine and change "Virtual Machine Name" to the one that docker-machine actually uses and I can see in "docker-machine ls" list.

It would be even better if connection list could be auto-populate or reuse all existing connections available at ~/docker/machine/machines/ otherwise all the connection use same principles and it takes a lot of time to add them all. Maybe there is already such feature, but couldn't find.

Thank you.