Commit graph

635 commits

Author SHA1 Message Date
rmt/src
6f6b0773a4 Include image name on config tab 2022-10-12 17:44:03 +02:00
Jesse Duffield
9d0dbb7c43 Update pkg/config/app_config.go 2022-10-12 17:44:03 +02:00
Miles Liu
4288ea05a5 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-10-12 17:44:03 +02:00
blennster
63fd1da1a2 add tab and backtab navigation 2022-10-12 17:44:03 +02:00
Jesse Duffield
2bd2843d3d appease linter
see if this works
2022-10-12 17:44:03 +02:00
README-bot
f01864311c Updated README.md 2022-10-12 17:44:03 +02:00
KOLOSSA Tilman
994d3c79c4 fixed faulty auto-formatting 2022-10-12 17:44:03 +02:00
KOLOSSA Tilman
32ffbae56c changed "white" colors to "default" to work in both light and dark terminals 2022-10-12 17:44:03 +02:00
Clement Sauvage
2afd84d192 Generate Keybindings_fr.md 2022-10-11 21:13:59 +02:00
Clement Sauvage
0b8d477976 Remove Keybindings_fr.md 2022-10-11 21:11:54 +02:00
Clement Sauvage
ca0956137b Add pkg/i18n/french.go 2022-10-11 21:11:03 +02:00
Clément Sauvage
0974e603a7
Add Keybindings_fr.md 2022-06-24 18:47:37 +02:00
Jesse Duffield
0b158dfabe
Merge pull request #355 from DasFaultier/master
remove extracted lazydocker binary
2022-06-18 13:38:22 +10:00
README-bot
0da5fef551 Updated README.md 2022-06-18 03:38:02 +00:00
Jesse Duffield
7581417552
Merge pull request #356 from jesseduffield/extract-kill
extract process kill logic
2022-06-18 13:37:47 +10:00
Jesse Duffield
ea3c009305 extract process kill logic 2022-06-18 13:33:51 +10:00
Jörg Sachse
54cfd08849
remove extracted lazydocker binary
The installation method used up until now would always leave one copy of the lazydocker binary in the extraction directory. This copy is not actually needed after installation, so it should be removed. TheAxelander also pointed this out in his comment at https://github.com/jesseduffield/lazydocker/issues/270#issuecomment-1042983635.
This commit changes that behaviour and makes the install script cleanup after itself.
2022-06-14 12:03:06 +02:00
README-bot
923c91121e Updated README.md 2022-05-19 07:04:07 +00:00
Jesse Duffield
0118786fd9
Merge pull request #346 from jesseduffield/exec-shell-service
exec shell handler for services panel
2022-05-19 17:03:49 +10:00
Jesse Duffield
14af9f4547 exec shell handler for services panel 2022-05-19 15:30:39 +10:00
Jesse Duffield
3abff083ad
Merge pull request #317 from mark2185/feature/docker-pause 2022-05-14 12:31:08 +10:00
Luka Markušić
a03f550535 Refactor pausing a bit 2022-05-12 14:19:06 +02:00
Luka Markušić
0ced576d9c Add services pause functionality 2022-05-12 14:01:44 +02:00
Luka Markušić
badc92f192 Add container pause functionality 2022-05-12 14:01:44 +02:00
Jesse Duffield
2fa6a8964a
Merge pull request #342 from jesseduffield/container-logs-in-sdk 2022-05-12 19:08:05 +10:00
Jesse Duffield
d0a53fbe60 use SDK to print container logs to stdout 2022-05-12 19:03:15 +10:00
Jesse Duffield
d940f2e7ab honour context being done 2022-05-12 16:59:37 +10:00
README-bot
cc2f8032c7 Updated README.md 2022-05-11 13:07:27 +00:00
Jesse Duffield
430467711b again 2022-05-11 23:07:04 +10:00
Jesse Duffield
cd744ad699 try again 2022-05-11 22:45:51 +10:00
Jesse Duffield
5112ac775d add sponsors to readme 2022-05-11 22:41:23 +10:00
Jesse Duffield
da650f4384
Merge pull request #340 from jesseduffield/alright-ed 2022-05-11 22:13:37 +10:00
Jesse Duffield
8319aed87c deal with TTY containers gracefully 2022-05-11 22:11:01 +10:00
Jesse Duffield
92ce88e5c0 redundant file 2022-05-11 20:58:54 +10:00
Jesse Duffield
76fdbd1239
Merge pull request #339 from jesseduffield/config-updates 2022-05-11 20:37:15 +10:00
Jesse Duffield
86de6c09bd default to wrapping main panel 2022-05-11 20:24:53 +10:00
Jesse Duffield
7396dcb0b7
Merge pull request #338 from jesseduffield/no-more-docker 2022-05-11 20:01:01 +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
62be3d9924 allow forcing an image removal 2022-05-11 19:38:53 +10:00
Jesse Duffield
d3e84881bb remove custom command from default config given that it is now inbuilt 2022-05-11 19:38:41 +10:00
Jesse Duffield
100fc69f85
Merge pull request #337 from jesseduffield/default-to-no-timestamps 2022-05-11 19:25:56 +10:00
Jesse Duffield
cd96b20bb2 default to no timestamps in logs 2022-05-11 19:18:58 +10:00
Jesse Duffield
c4e41b3ee2
Merge pull request #336 from jesseduffield/inspect-via-sdk 2022-05-11 19:15:00 +10:00
Jesse Duffield
0b7017150c use sdk to obtain container logs 2022-05-11 19:12:11 +10:00
Jesse Duffield
b709f9f6b1
Merge pull request #335 from jesseduffield/inspect-via-sdk 2022-05-11 18:32:57 +10:00
Jesse Duffield
a100caa0d9 use sdk to inspect containers 2022-05-11 18:22:14 +10:00
Jesse Duffield
13c0bfc0b4
Merge pull request #334 from jesseduffield/retry-if-docker-not-available 2022-05-11 18:09:09 +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