Commit Graph

155 Commits (master)

Author SHA1 Message Date
Jesse Duffield 06ab7b77b1
Merge pull request #511 from rajiv-k/docker-host-ssh
fix: Properly support remote docker daemon over ssh
2 weeks ago
Jesse Duffield bca15cf6b1 Get container details immediately after getting containers
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.
2 weeks ago
Rajiv Kushwaha 42b7ba18ea
fix: Properly support remote docker daemon over ssh 4 months ago
Jesse Duffield e860416ee4 Gracefully check for docker config
It's fine if the file doesn't exist
8 months ago
Jesse Duffield 2dda39dff0 Appease linter 8 months ago
Jesse Duffield 966570ce6c Forward env vars to commands
We want to forward env vars to commands just because it's good practice,
and probably enables things that previously weren't possible.
8 months ago
Rajiv Kushwaha d2fa5e9e9c
feat(docker): Honor the host specified in current docker context (#464) 8 months ago
Dawid Dziurla 0066c1c76c
os: fix linter issue 1 year ago
Tony-Sol ce95ddea2a
Add networks panel 1 year ago
Jesse Duffield 17fcdb2b20
Merge pull request #407 from nakaakist/fix-service-id
Resolves https://github.com/jesseduffield/lazydocker/issues/402
2 years ago
Gustavo Andrioli d77b895319 Wrap custom commands on shell 2 years ago
Nariyuki Saito 8871edc1a0 use service name as service ID 2 years ago
Jesse Duffield 52040d1d99 better way of rendering to the main view 2 years ago
Jesse Duffield 02a03ed18d move container stats stuff into presentation layer 2 years ago
Jesse Duffield a87b698761 move things into presentation package 2 years ago
Jesse Duffield 95cee378cb restore sorting tests 2 years ago
Jesse Duffield aab8bcfbcc add deadlock detection for debug mode 2 years ago
Jesse Duffield b6b5373999 fix some glitchiness caused by indeterminate sorting 2 years ago
Jesse Duffield 60df208924 convert menu panel to use new struct 2 years ago
Jesse Duffield 158ef68372 convert project panel to use new struct 2 years ago
Jesse Duffield 5aea90c08b convert containers panel to use new struct 2 years ago
Jesse Duffield a4b4fee868 convert volumes panel to use new struct 2 years ago
Jesse Duffield 79a58c8d48 convert services panel to use new struct 2 years ago
Jesse Duffield cb38e48add create filtered list struct 2 years ago
Jesse Duffield be347a7216 POC filtering on images panel 2 years ago
Jesse Duffield 10919b4dfb deterministically display container ports 2 years ago
Jesse Duffield 9ec03eef45 ignore items with configured substrings 2 years ago
Jesse Duffield 2f52bd04e6 properly display unforwarded port 2 years ago
Jesse Duffield 195ccf41ce allow upping a service 2 years ago
Jesse Duffield ec8dfbac06 sort volumes first on whether they have labels and secondly on name 2 years ago
Jesse Duffield a9d1694853 more concise showing of ports 2 years ago
Jesse Duffield 5988ec5745 display ports against container and service 2 years ago
Miles Liu d64a92227a
allow user to replace docker repo prefix from image names
Example usage:

```yaml
replacements:
  imageNamePrefixes:
    '123456789012.dkr.ecr.us-east-1.amazonaws.com': '<prod>'
    '923456789999.dkr.ecr.us-east-1.amazonaws.com': '<dev>'
```

Closes #316
2 years ago
Jesse Duffield ea3c009305 extract process kill logic 2 years ago
Luka Markušić badc92f192 Add container pause functionality 2 years ago
Jesse Duffield d0a53fbe60 use SDK to print container logs to stdout 2 years ago
Jesse Duffield 2f08e0942a support starting a service 2 years ago
Jesse Duffield b4509fb45e add TODO's for using the docker SDK 2 years ago
Jesse Duffield a100caa0d9 use sdk to inspect containers 2 years ago
Jesse Duffield d27ce19f6c simplify CPU monitoring logic 2 years ago
Jesse Duffield b5384d6cdb retry upon losing connection to docker 2 years ago
Jesse Duffield 56b3196ef9 sort images by name 2 years ago
Jesse Duffield afe824a3d6 fix test 2 years ago
Jesse Duffield 6bc57b7628 appease linter 2 years ago
Jesse Duffield 57ac3c409d kill process directly 2 years ago
Jesse Duffield 9fad29449c
Merge pull request #272 from lpessoa/lp-order-by-status 2 years ago
lpessoa 62eeaac437
Fixed code format issues 2 years ago
lpessoa cbacd32a68
Changing SortContainersByName to LegacySortContainers
LegacySortContainers will default to legacy behaviour.
New behaviour will sort by status followed by name.
2 years ago
Jesse Duffield 23bb5692e4 appease linter 2 years ago
lpessoa 0279534811
moved states outside Slice call 2 years ago