Commit Graph

354 Commits (b2620b59a929ddea54e90fee43f84245aeeb86b4)
 

Author SHA1 Message Date
Toby Pinder b2620b59a9
Fix image reference
According to rest of docs this should be "lazyteam"
5 years ago
Dawid Dziurla b5f64c0a2e
README: lzd docker alias 5 years ago
Dawid Dziurla a7ccf40d3f
Merge branch 'reworking-dockerfile' 5 years ago
Dawid Dziurla 0c82a7089c
Merge pull request #132 from muesli/gocritic-fixes
Simplified code a bit
5 years ago
Dawid Dziurla 3197f28e94
Merge pull request #133 from muesli/unconvert-fixes
Removed unnecessary string conversion
5 years ago
Dawid Dziurla 07e108d16c
Merge pull request #131 from muesli/gosimple-fixes
Simplified return and bool check code
5 years ago
Christian Muehlhaeuser 08861a53bf
Removed unnecessary string conversion
`s.expected` is already a string.
5 years ago
Christian Muehlhaeuser 78d7fda9ec
Simplified code a bit 5 years ago
Christian Muehlhaeuser 16b3eaedac
Simplified return and bool check code 5 years ago
Dawid Dziurla 857053de56
Merge pull request #129 from jesseduffield/xdg
Use xdg package instead of configdir
5 years ago
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.
5 years ago
Quentin McGaw 80fdf3142b Switched to opencontainers.org labels for Docker image 5 years ago
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.
5 years ago
Quentin McGaw 84320dd4de Uses modules for Docker build 5 years ago
Quentin McGaw dedafb3acf All binaries are in `/bin` directory. 5 years ago
Quentin McGaw 98697c544e Added Docker CLI binary to final image 5 years ago
Quentin McGaw dec14665e1 Simplified docker run readme thanks to default volume 5 years ago
Dawid Dziurla e413252d3b
mod: newer xdg package
need to use newer commit, because of BSD support
5 years ago
Dawid Dziurla 2b3d380d10
config: use xdg package instead of configdir 5 years ago
Dawid Dziurla f384e57917
mod: tidy and vendor 5 years ago
Dawid Dziurla f7d566b915
Merge pull request #128 from tecpromotion/patch-2
typos and sentence structure
5 years ago
Stefan Wendhausen 4b727fc24a
Update german.go 5 years ago
Stefan Wendhausen 9a558edf3b
typos and sentence structure
Corrected some typos and improved sentence structure
5 years ago
Dawid Dziurla 690a7c62f4
main: check for encoding error 5 years ago
Dawid Dziurla 8024ba77f1
main: nicer --version output 5 years ago
Jesse Duffield c99bdaa5ff
Merge pull request #124 from jesseduffield/confirmation-options
show y/n options on confirmation panels
5 years ago
Jesse Duffield 7c87c21fa0 show y/n options on confirmation panels 5 years ago
Dawid Dziurla 0e81129024
README: set minimal docker version 5 years ago
Dawid Dziurla bd16a78b06
Merge branch 'docker-sdk-update' 5 years ago
Jesse Duffield 06c80ec36f
Merge pull request #120 from SvenDowideit/add-image-and-volume-custom-commands
custom commands for images and volumes
5 years ago
Dowideit, Sven (O&A, St. Lucia) cdf075b00d Initial working demo
Signed-off-by: Dowideit, Sven (O&A, St. Lucia) <Sven.Dowideit@csiro.au>
5 years ago
Jesse Duffield cca69e64f3
Merge pull request #111 from mjarkk/f110
Added `e` keybinding for toggling visibility stopped containers
5 years ago
mjarkk 209456fdcd
Changed the keybinding to e 5 years ago
mjarkk ec5bd8cd38
Updated keybindings file 5 years ago
Mark Kopenga 9bbd513a72
Update pkg/i18n/english.go
Co-Authored-By: Jesse Duffield <jessedduffield@gmail.com>
5 years ago
Mark Kopenga 0ca9235220
Merge branch 'master' into f110 5 years ago
mjarkk 401c6a39ed
Updated the keybindings 5 years ago
mjarkk 30a79faa49
Moved the filtering out of containers to the docker.go file 5 years ago
Jesse Duffield a46074c581
Merge pull request #108 from jesseduffield/see-required-translations
add get_required_translations.go
5 years ago
Quentin McGaw 88896e9117 Removed terminal space check (gocui got fixed) 5 years ago
Jesse Duffield 87d657ccf2 only update docs on release 5 years ago
lazydocker bot 7e490b9ee0 update docs 5 years ago
Jesse Duffield 17fc1bd2e3
Merge pull request #114 from jesseduffield/ci-cheatsheet
update docs when merging to master
5 years ago
Jesse Duffield 018e151e1f update docs when merging to master 5 years ago
Jesse Duffield cfd47b2877 add get_required_translations.go 5 years ago
Jesse Duffield df7f9c4a99 update cheatsheets 5 years ago
Jesse Duffield da6deff199
Merge pull request #112 from mjarkk/fix-git-typo
Cleaned up some code from lazygit
5 years ago
mjarkk 867459af56
Merge remote-tracking branch 'jesse/master' into fix-git-typo 5 years ago
mjarkk fddbc7cdf8
Removed some lazygit code 5 years ago
mjarkk b89b02eee5
Added h key binding 5 years ago