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 |
||
|---|---|---|
| .. | ||
| container.go | ||
| container_stats.go | ||
| docker.go | ||
| dummies.go | ||
| errors.go | ||
| image.go | ||
| os.go | ||
| os_default_platform.go | ||
| os_test.go | ||
| os_windows.go | ||
| service.go | ||
| volume.go | ||