lazydocker/pkg
Charlie Moog 4e201bb8f4 feat: support ssh:// scheme for docker client host
Check for the presence of environment variable `DOCKER_HOST`. If nonempty
and of scheme `ssh://`, open an SSH tunnel to the specified remote host,
forwarding the remote docker socket to a local socket in /tmp. Then,
construct the lazydocker client from the local socket.

Example usage: `DOCKER_HOST=ssh://my-server lazydocker`

Fixes #244, #228, #255
2021-09-05 19:15:44 -05:00
..
app Merge branch 'reworking-dockerfile' 2019-07-21 15:40:17 +02:00
commands feat: support ssh:// scheme for docker client host 2021-09-05 19:15:44 -05:00
config Exec shell: autodetect container shell 2020-12-12 18:40:31 +02:00
gui Merge pull request #247 from stokito/exec_shell 2021-03-24 21:38:10 +01:00
i18n Merge pull request #247 from stokito/exec_shell 2021-03-24 21:38:10 +01:00
log remove rollbar 2020-02-02 11:25:11 +11:00
tasks Defer stop ticker 2019-11-19 15:14:49 +13:00
utils Add health check to container list 2020-01-27 11:53:17 +01:00