Sebastiaan van Stijn
2d16389add
go.mod: github.com/docker/docker, docker/cli v26.1.4
...
Update to v26.1, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:37:10 +02:00
Sebastiaan van Stijn
0232610967
go.mod: github.com/docker/docker, docker/cli v25.0.5
...
Update to v25.0, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:25:11 +02:00
Sebastiaan van Stijn
6f85b653d4
go.mod: github.com/docker/docker, docker/cli v24.0.7
...
Update to v24.0, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:04:43 +02:00
Sebastiaan van Stijn
966ad05338
go.mod: github.com/docker/docker, docker/cli v23.0.10
...
Update to v23.0, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:03 +02:00
Jesse Duffield
06ab7b77b1
Merge pull request #511 from rajiv-k/docker-host-ssh
...
fix: Properly support remote docker daemon over ssh
2024-05-30 23:15:50 +10:00
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.
2024-05-26 12:19:17 +10:00
Rajiv Kushwaha
42b7ba18ea
fix: Properly support remote docker daemon over ssh
2024-02-14 14:46:56 +05:30
Jesse Duffield
e860416ee4
Gracefully check for docker config
...
It's fine if the file doesn't exist
2023-10-12 17:42:34 +11:00
Jesse Duffield
2dda39dff0
Appease linter
2023-10-10 17:39:09 +11:00
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.
2023-10-09 22:03:40 +11:00
Rajiv Kushwaha
d2fa5e9e9c
feat(docker): Honor the host specified in current docker context ( #464 )
2023-10-09 17:13:22 +11:00
Dawid Dziurla
0066c1c76c
os: fix linter issue
2023-03-29 15:55:53 +02:00
Tony-Sol
ce95ddea2a
Add networks panel
2023-03-06 01:25:23 +03:00
Jesse Duffield
17fcdb2b20
Merge pull request #407 from nakaakist/fix-service-id
...
Resolves https://github.com/jesseduffield/lazydocker/issues/402
2022-12-13 21:11:53 +11:00
Gustavo Andrioli
d77b895319
Wrap custom commands on shell
2022-12-01 19:04:29 +11:00
Nariyuki Saito
8871edc1a0
use service name as service ID
2022-11-24 00:05:06 +09:00
Jesse Duffield
52040d1d99
better way of rendering to the main view
2022-11-10 19:14:12 +11:00
Jesse Duffield
02a03ed18d
move container stats stuff into presentation layer
2022-11-09 21:21:36 +11:00
Jesse Duffield
a87b698761
move things into presentation package
2022-11-09 21:21:36 +11:00
Jesse Duffield
95cee378cb
restore sorting tests
2022-11-09 21:21:36 +11:00
Jesse Duffield
aab8bcfbcc
add deadlock detection for debug mode
2022-11-09 21:21:35 +11:00
Jesse Duffield
b6b5373999
fix some glitchiness caused by indeterminate sorting
2022-11-09 21:21:35 +11:00
Jesse Duffield
60df208924
convert menu panel to use new struct
2022-11-09 21:21:35 +11:00
Jesse Duffield
158ef68372
convert project panel to use new struct
2022-11-09 21:21:35 +11:00
Jesse Duffield
5aea90c08b
convert containers panel to use new struct
2022-11-09 21:21:35 +11:00
Jesse Duffield
a4b4fee868
convert volumes panel to use new struct
2022-11-09 21:21:35 +11:00
Jesse Duffield
79a58c8d48
convert services panel to use new struct
2022-11-09 21:21:35 +11:00
Jesse Duffield
cb38e48add
create filtered list struct
2022-11-09 21:21:35 +11:00
Jesse Duffield
be347a7216
POC filtering on images panel
2022-11-09 21:21:35 +11:00
Jesse Duffield
10919b4dfb
deterministically display container ports
2022-10-21 13:29:50 -07:00
Jesse Duffield
9ec03eef45
ignore items with configured substrings
2022-10-10 21:00:41 -07:00
Jesse Duffield
2f52bd04e6
properly display unforwarded port
2022-10-10 20:10:36 -07:00
Jesse Duffield
195ccf41ce
allow upping a service
2022-10-10 19:19:07 -07:00
Jesse Duffield
ec8dfbac06
sort volumes first on whether they have labels and secondly on name
2022-10-10 13:45:25 -07:00
Jesse Duffield
a9d1694853
more concise showing of ports
2022-10-09 18:10:45 -07:00
Jesse Duffield
5988ec5745
display ports against container and service
2022-10-09 18:03:57 -07:00
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
2022-09-06 13:43:04 +08:00
Jesse Duffield
ea3c009305
extract process kill logic
2022-06-18 13:33:51 +10:00
Luka Markušić
badc92f192
Add container pause functionality
2022-05-12 14:01:44 +02:00
Jesse Duffield
d0a53fbe60
use SDK to print container logs to stdout
2022-05-12 19:03:15 +10:00
Jesse Duffield
2f08e0942a
support starting a service
2022-05-11 19:48:11 +10:00
Jesse Duffield
b4509fb45e
add TODO's for using the docker SDK
2022-05-11 19:41:53 +10:00
Jesse Duffield
a100caa0d9
use sdk to inspect containers
2022-05-11 18:22:14 +10:00
Jesse Duffield
d27ce19f6c
simplify CPU monitoring logic
2022-05-11 17:49:00 +10:00
Jesse Duffield
b5384d6cdb
retry upon losing connection to docker
2022-05-11 17:06:58 +10:00
Jesse Duffield
56b3196ef9
sort images by name
2022-05-10 23:02:29 +10:00
Jesse Duffield
afe824a3d6
fix test
2022-05-09 21:37:53 +10:00
Jesse Duffield
6bc57b7628
appease linter
2022-05-09 21:31:24 +10:00
Jesse Duffield
57ac3c409d
kill process directly
2022-05-09 20:23:45 +10:00
Jesse Duffield
9fad29449c
Merge pull request #272 from lpessoa/lp-order-by-status
2022-01-18 12:28:09 +11:00