lirantal / dockly

Immersive terminal interface for managing docker containers and services

Home Page:https://lirantal.github.io/dockly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support docker contexts for remote hosts

neoromantic opened this issue · comments

One can leverage docker contexts to manage remote docker host:

> docker context add my-remote-host ssh://ubuntu@goodit.works

Now, all docker commands are being run in this remote server, even docker-compose and whatever.

Sadly, dockly can't do that. I suppose, it could — it might be even quite easy to integrate?

Hope to hear what you think!

@neoromantic That sounds like a great idea! I have created a PR to implement this