mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
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 |
||
|---|---|---|
| .. | ||
| app | ||
| commands | ||
| config | ||
| gui | ||
| i18n | ||
| log | ||
| tasks | ||
| utils | ||