lazydocker/pkg/commands
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
..
container.go better alignment for health check 2020-09-23 20:16:04 +10:00
container_stats.go Simplified code a bit 2019-07-19 04:59:32 +02:00
docker.go feat: support ssh:// scheme for docker client host 2021-09-05 19:15:44 -05:00
dummies.go type the translations 2019-06-05 22:20:30 +10:00
errors.go clean some things up 2019-06-09 10:03:04 +10:00
image.go adjust code to newer API 2019-07-05 14:18:44 +02:00
os.go Move Kill and PrepareForChildren to platform specific implementation 2019-11-11 11:38:43 +01:00
os_default_platform.go Add missing imports 2019-11-11 12:01:08 +01:00
os_test.go Removed some lazygit code 2019-07-06 22:27:52 +02:00
os_windows.go Kill all related processes using windows internals 2019-11-11 11:38:44 +01:00
service.go better alignment for health check 2020-09-23 20:16:04 +10:00
volume.go better support for custom commands 2019-06-10 20:14:44 +10:00