mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Previously we separately obtained container details every second, meaning there was a second of not knowing whether a given container was using a TTY or not, and that meant we were using the wrong streaming method for logs, which led to a black screen. |
||
|---|---|---|
| .. | ||
| ssh | ||
| container.go | ||
| container_stats.go | ||
| container_stats_test.go | ||
| docker.go | ||
| docker_host_unix.go | ||
| docker_host_windows.go | ||
| dummies.go | ||
| errors.go | ||
| image.go | ||
| network.go | ||
| os.go | ||
| os_default_platform.go | ||
| os_test.go | ||
| os_windows.go | ||
| project.go | ||
| service.go | ||
| volume.go | ||