Commit graph

490 commits

Author SHA1 Message Date
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
lazydocker bot
c88fba546f update docs 2021-03-24 21:11:20 +00:00
mjarkk
6fd5337cc2 Replace github with tap in brews in goreleaser config 2021-03-24 22:00:35 +01:00
Mark Kopenga
fb6b73bf5f
Merge pull request #247 from stokito/exec_shell
Exec shell: separate menu item and auto detect shell: bash or sh
2021-03-24 21:38:10 +01:00
Mark Kopenga
3663fe583b
Merge pull request #248 from stokito/browser
Open in browser
2021-03-22 17:47:09 +01:00
Sergey Ponomarev
7ede2f8297 Open in browser
Most containers expose some http port. We can open it in browser.
For simplicity we can just open first container's published port.
2021-03-22 17:43:10 +02:00
Sergey Ponomarev
2688801cbd Separate menu item for Exec shell
Login to container's shell is very popular operation and to make it easier it will be better to make it as a separate menu item with a dedicated hot key.
2020-12-12 18:45:24 +02:00
Sergey Ponomarev
430600063c Exec shell: autodetect container shell
Some containers may have bash installed but some have only basic sh (Ash/Dash).
There is other shells too: ZSh, tsh etc.

We can automatically detect what shell is configured.
See explanation how it works https://github.com/moby/moby/issues/41702
2020-12-12 18:40:31 +02:00
Dawid Dziurla
415b14fb10
Merge pull request #246 from stokito/patch-1
README.md: Add Awesome Docker to Alternatives
2020-12-09 23:00:31 +01:00
Sergey Ponomarev
c3dc8e1cd5
README.md: Add Awesome Docker to Alternatives 2020-11-30 19:29:46 +02:00
Jesse Duffield
2d37030a40
Merge pull request #245 from Liberatys/feature/add-new-config-folder-loc
Add legacy folder loc change
2020-11-28 10:46:21 +11:00
Nick Flueckiger
1bd850df12 Add legacy folder loc change 2020-11-22 15:01:57 +01:00
Jesse Duffield
ff0a53bfad
Merge pull request #241 from tylerstillwater/fix-empty-logs
Fix Logs (and others) tab always being empty
2020-11-13 13:53:13 +11:00
Tyler Stillwater
6ef3342e96 Logs PrepareForChildren 2020-10-29 09:20:32 -06:00
Jesse Duffield
d4e2fbe6a3
Merge pull request #238 from jesseduffield/more-correction
couple small fixes
2020-09-23 20:34:15 +10:00
Jesse Duffield
941c9fff05 couple small fixes 2020-09-23 20:31:21 +10:00
Jesse Duffield
272a433f68
Merge pull request #212 from biologghe/patch-1
Corrected some typos dutch
2020-09-23 20:22:31 +10:00
Jesse Duffield
197ff321d4
Merge pull request #237 from jesseduffield/health-check-alignment
better alignment for health check
2020-09-23 20:21:17 +10:00
Jesse Duffield
12e486edd8 fix ci errors 2020-09-23 20:19:36 +10:00
Jesse Duffield
1dd0875323 better alignment for health check 2020-09-23 20:16:04 +10:00
Jesse Duffield
386334b1f0
Merge pull request #201 from stirante/health-check
Add health check to container list
2020-09-23 20:15:42 +10:00
Dawid Dziurla
af22494425
Merge pull request #226 from zverev-iv/master
Added info about chocolatey package
2020-07-20 17:01:46 +02:00
zverev-iv
e07ea952fc
Added info about chocolatey package 2020-07-20 16:02:17 +03:00
biologghe
53efd63d5e
Corrected some typos dutch 2020-03-27 12:29:07 +01:00
Dawid Dziurla
10617da560
Merge pull request #209 from jesseduffield/dawidd6-patch-1
install_update_linux: allow specifying directory
2020-03-20 00:21:19 +01:00
Dawid Dziurla
86302e8ccc
README: mention DIR env variable 2020-03-15 19:08:50 +01:00
Dawid Dziurla
60640d4fe4
install_update_linux: allow specifying directory
Closes #208
2020-03-15 19:02:45 +01:00
Jesse Duffield
22ab840439
Merge pull request #204 from jesseduffield/remove-rollbar
remove rollbar
2020-02-02 11:26:48 +11:00
Jesse Duffield
6279b416bc remove rollbar 2020-02-02 11:25:11 +11:00
Jesse Duffield
fa6460b8ab
Merge pull request #203 from jesseduffield/fix-cpu
reduce CPU usage caused by tickers
2020-02-02 11:19:56 +11:00
Jesse Duffield
cea67bc570 reduce cpu usage caused by tickers 2020-02-02 11:11:00 +11:00
Jesse Duffield
012f8d6e08 bump gocui 2020-02-02 10:14:44 +11:00
Piotr Brzozowski
6adb04a364 Add changes from suggestions 2020-01-30 18:48:38 +01:00
stirante
0c2edc7c22 Run gofmt on container.go 2020-01-27 12:44:32 +01:00
stirante
305b9630a0 Add health check to container list 2020-01-27 11:53:17 +01:00
Dawid Dziurla
69f32d52d1
Merge pull request #199 from gggeek/issue_198
only use curl in install_update_linux.sh
2020-01-03 15:28:01 +01:00
Gaetano Giunta
8309068378 only use curl in install_update_linux.sh 2019-12-22 17:38:39 +00:00
Dawid Dziurla
9bf4c8bffb
Merge pull request #197 from jesseduffield/update-deps
update dependencies
2019-12-13 11:36:00 +01:00
Dawid Dziurla
0597c1e8e0
update dependencies 2019-12-13 11:33:04 +01:00
Dawid Dziurla
182d810911
Merge pull request #194 from Olshansk/patch-1
Update README.md
2019-11-22 17:51:37 +01:00
Daniel Olshansky
2e0c1e8054
Update README.md
- Link to an issue with instructions on how to copy-paste text on a Mac

* Not adding all the instructions directly into the README to avoid bloat
2019-11-22 11:48:05 -05:00
Dawid Dziurla
14f27e86c8
Merge pull request #191 from CallanTaylor/stop-ticker
Defer stop ticker
2019-11-19 10:29:10 +01:00
CallanTaylor
58d1eef502 Defer stop ticker 2019-11-19 15:14:49 +13:00
Dawid Dziurla
450d163040
commands: pass arguments inline
newer Docker releases has Opt struct instead of this func
2019-11-16 13:41:39 +01:00
Dawid Dziurla
724d501115
Merge pull request #186 from reicheltp/add-win-to-docs
Add windows release to README
2019-11-13 00:08:23 +01:00
Paul Reichelt
82d95967e5
Update docs: lazydocker is available in scoop main bucket 2019-11-12 08:30:53 +01:00
Paul Reichelt
3f976c2ad9
Add windows release to README 2019-11-11 13:01:16 +01:00
Dawid Dziurla
36075dc835
ci: build on window/i386 too 2019-11-11 12:40:56 +01:00
lazydocker bot
167feee5b1 update docs 2019-11-11 11:39:15 +00:00
Dawid Dziurla
945ad95bae
Comment out snapcraft stuff
It's failing the release pipeline and we do not use it currently.
2019-11-11 12:36:04 +01:00