Jesse Duffield
2b6a4b02e5
Merge pull request #150 from Duske/patch-1
...
fix german notion of volumes
2019-08-14 20:38:01 +10:00
Jesse Duffield
b305558f5e
Merge pull request #145 from anjiawei1991/master
...
add image to conatiner view.
2019-08-14 20:36:34 +10:00
Jesse Duffield
6ebddea76e
Merge pull request #130 from winhung/limit-scrolling
...
scrolling does not go beyond the displayed text #31
2019-08-14 20:29:50 +10:00
Dustin
42c428771a
fix german notion of volumes
...
Afaik, `Volumen` is not the common notion for docker volumes. Simply using `Volumes` is better.
2019-08-12 15:15:04 +02:00
winhung
4e25f78507
scrollDownMain now works properly with ScrollPastBottom enabled #31
2019-08-06 21:46:24 +08:00
anjiawei
9f50809bcf
add image to conatiner view.
...
Update issue: https://github.com/jesseduffield/lazydocker/issues/144
Co-Authored-By: Jesse Duffield <jessedduffield@gmail.com>
2019-08-06 19:52:06 +08:00
winhung
b899796a52
removed scrollCount #31
2019-08-05 21:42:18 +08:00
winhung
082034d345
used ViewLinesHeight for scrolling down function #31
2019-08-04 11:07:48 +08:00
winhung
19dac181cf
updated vendor for gocui #31
2019-08-04 11:05:13 +08:00
winhung
07bfb9255e
implemented review comments by adding improved scrolling checking #31
2019-08-04 10:23:15 +08:00
Dawid Dziurla
8970352efc
Merge pull request #142 from pvande/fix/crash-on-credits-tab
...
Credits context crashes when trying to export InternalFunction
2019-08-01 16:52:16 +02:00
Pieter van de Bruggen
b5df76187b
InternalFunction is not serializable to YAML
2019-07-31 20:48:15 -07:00
Dawid Dziurla
fc329ac565
README: set docker minimal version to match api
...
https://docs.docker.com/develop/sdk
2019-07-30 01:07:34 +02:00
lazydocker bot
b2878345b5
update docs
2019-07-29 09:36:29 +00:00
Jesse Duffield
c5996588d1
third time lucky
2019-07-29 19:34:09 +10:00
Jesse Duffield
2e58ff59fa
turns out we can't use --rebase
2019-07-29 19:30:15 +10:00
Jesse Duffield
7213a312b1
fix CI update docs thing
2019-07-29 19:28:13 +10:00
Jesse Duffield
4dc8f76083
Merge pull request #107 from jesseduffield/bulk-commands
...
Support bulk commands in each of the panels
2019-07-29 19:01:20 +10:00
Jesse Duffield
bd3ce66234
bump api version so that we can e.g. prune containers via the sdk
...
update api version in readme
2019-07-29 18:59:12 +10:00
Jesse Duffield
1f9f82601b
support bulk commands in each of the panels
2019-07-29 18:59:07 +10:00
Jesse Duffield
64863adc2b
Merge pull request #127 from mjarkk/origin/f115
...
Allow user setting the pull interval
2019-07-27 11:48:08 +10:00
mjarkk
5b3cdcd0aa
Fixed sugestion from jesse
2019-07-26 16:06:46 +02:00
winhung
42e69ac821
added test to increase coverage #31
2019-07-26 16:42:46 +08:00
Dawid Dziurla
339ee0596f
Merge pull request #138 from tobypinder/patch-1
...
Fix image reference
2019-07-25 11:32:05 +02:00
Toby Pinder
b2620b59a9
Fix image reference
...
According to rest of docs this should be "lazyteam"
2019-07-25 10:20:52 +01:00
winhung
4de994e030
scrolling does not go beyond the displayed text #31
2019-07-22 21:04:50 +08:00
Dawid Dziurla
b5f64c0a2e
README: lzd docker alias
2019-07-21 15:46:57 +02:00
Dawid Dziurla
a7ccf40d3f
Merge branch 'reworking-dockerfile'
2019-07-21 15:40:17 +02:00
Dawid Dziurla
0c82a7089c
Merge pull request #132 from muesli/gocritic-fixes
...
Simplified code a bit
2019-07-19 11:08:04 +02:00
Dawid Dziurla
3197f28e94
Merge pull request #133 from muesli/unconvert-fixes
...
Removed unnecessary string conversion
2019-07-19 11:03:07 +02:00
Dawid Dziurla
07e108d16c
Merge pull request #131 from muesli/gosimple-fixes
...
Simplified return and bool check code
2019-07-19 11:02:17 +02:00
Christian Muehlhaeuser
08861a53bf
Removed unnecessary string conversion
...
`s.expected` is already a string.
2019-07-19 05:01:29 +02:00
Christian Muehlhaeuser
78d7fda9ec
Simplified code a bit
2019-07-19 04:59:32 +02:00
Christian Muehlhaeuser
16b3eaedac
Simplified return and bool check code
2019-07-19 04:54:33 +02:00
Dawid Dziurla
857053de56
Merge pull request #129 from jesseduffield/xdg
...
Use xdg package instead of configdir
2019-07-18 02:59:03 +02:00
Quentin McGaw
25e877539d
Removed PATH variable definition in Dockerfile
...
As @ibnesayeed mentionned, some environment variables are actually defined even in Scratch Docker images. `PATH` contains `/bin` so there is no need to overwrite it.
2019-07-16 05:06:35 -07:00
Quentin McGaw
80fdf3142b
Switched to opencontainers.org labels for Docker image
2019-07-16 05:03:09 -07:00
Quentin McGaw
a497b56e36
Simplified readme instructions for Docker run and removed volume
...
- Volume did not work properly as the config would be persistent but not shared across restart of the container running interactively.
- Docker run instructions were therefore updated and simplified to bind mount the config directory as volume do not really work in this situation.
2019-07-16 05:02:48 -07:00
Quentin McGaw
84320dd4de
Uses modules for Docker build
2019-07-16 05:00:52 -07:00
Quentin McGaw
dedafb3acf
All binaries are in /bin directory.
2019-07-15 22:11:08 -07:00
Quentin McGaw
98697c544e
Added Docker CLI binary to final image
2019-07-15 22:03:17 -07:00
Quentin McGaw
dec14665e1
Simplified docker run readme thanks to default volume
2019-07-15 22:02:04 -07:00
Dawid Dziurla
e413252d3b
mod: newer xdg package
...
need to use newer commit, because of BSD support
2019-07-13 13:08:01 +02:00
Dawid Dziurla
2b3d380d10
config: use xdg package instead of configdir
2019-07-13 12:56:51 +02:00
Dawid Dziurla
f384e57917
mod: tidy and vendor
2019-07-13 12:39:50 +02:00
Dawid Dziurla
f7d566b915
Merge pull request #128 from tecpromotion/patch-2
...
typos and sentence structure
2019-07-13 12:09:29 +02:00
Stefan Wendhausen
4b727fc24a
Update german.go
2019-07-13 11:59:32 +02:00
Stefan Wendhausen
9a558edf3b
typos and sentence structure
...
Corrected some typos and improved sentence structure
2019-07-13 11:56:36 +02:00
Dawid Dziurla
690a7c62f4
main: check for encoding error
2019-07-12 23:48:49 +02:00
Dawid Dziurla
8024ba77f1
main: nicer --version output
2019-07-12 23:41:40 +02:00