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.13k stars 106 forks source link

Configurable command for running docker via ssh on a remote host with non-standard environment #328

Open noseshimself opened 1 year ago

noseshimself commented 1 year ago

Connecting to a remote host via ssh I'm getting

Failed to fetch container logs: 
Command failed: docker -H tcp://127.0.0.1:3500 logs c43bca17273ccb55a69cda22d804565218d33f3ef3b1220b4c0a08f898c776d6 --tail=500 2>&1

[stdout]: /bin/sh: 1: docker: not found

as the remote host has the docker binaries in a separate environment.

Would it be possible to make the remotely executed command editable?