mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
The services panel's Logs tab renders the underlying container's logs through the same code path, so bind 't' there as well and include the tail value in the services context cache key so the tab re-renders when the value changes. Also switch the tail-limiting writer to SetContent so the clear+rewrite is atomic and the view never renders empty in between.
116 lines
2.7 KiB
Markdown
116 lines
2.7 KiB
Markdown
_This file is auto-generated. To update, make the changes in the pkg/i18n directory and then run `go run scripts/cheatsheet/main.go generate` from the project root._
|
|
|
|
# Lazydocker menu
|
|
|
|
## Project
|
|
|
|
<pre>
|
|
<kbd>e</kbd>: edit lazydocker config
|
|
<kbd>o</kbd>: open lazydocker config
|
|
<kbd>m</kbd>: view logs
|
|
<kbd>enter</kbd>: focus main panel
|
|
<kbd>[</kbd>: previous tab
|
|
<kbd>]</kbd>: next tab
|
|
<kbd>/</kbd>: filter list
|
|
</pre>
|
|
|
|
## Containers
|
|
|
|
<pre>
|
|
<kbd>d</kbd>: remove
|
|
<kbd>e</kbd>: hide/show stopped containers
|
|
<kbd>p</kbd>: pause
|
|
<kbd>s</kbd>: stop
|
|
<kbd>r</kbd>: restart
|
|
<kbd>a</kbd>: attach
|
|
<kbd>m</kbd>: view logs
|
|
<kbd>E</kbd>: exec shell
|
|
<kbd>t</kbd>: cycle how many log lines are shown
|
|
<kbd>c</kbd>: run predefined custom command
|
|
<kbd>b</kbd>: view bulk commands
|
|
<kbd>w</kbd>: open in browser (first port is http)
|
|
<kbd>enter</kbd>: focus main panel
|
|
<kbd>[</kbd>: previous tab
|
|
<kbd>]</kbd>: next tab
|
|
<kbd>/</kbd>: filter list
|
|
</pre>
|
|
|
|
## Services
|
|
|
|
<pre>
|
|
<kbd>u</kbd>: up service
|
|
<kbd>d</kbd>: remove containers
|
|
<kbd>s</kbd>: stop
|
|
<kbd>p</kbd>: pause
|
|
<kbd>r</kbd>: restart
|
|
<kbd>S</kbd>: start
|
|
<kbd>a</kbd>: attach
|
|
<kbd>m</kbd>: view logs
|
|
<kbd>t</kbd>: cycle how many log lines are shown
|
|
<kbd>U</kbd>: up project
|
|
<kbd>D</kbd>: down project
|
|
<kbd>R</kbd>: view restart options
|
|
<kbd>c</kbd>: run predefined custom command
|
|
<kbd>b</kbd>: view bulk commands
|
|
<kbd>E</kbd>: exec shell
|
|
<kbd>w</kbd>: open in browser (first port is http)
|
|
<kbd>enter</kbd>: focus main panel
|
|
<kbd>[</kbd>: previous tab
|
|
<kbd>]</kbd>: next tab
|
|
<kbd>/</kbd>: filter list
|
|
</pre>
|
|
|
|
## Images
|
|
|
|
<pre>
|
|
<kbd>c</kbd>: run predefined custom command
|
|
<kbd>d</kbd>: remove image
|
|
<kbd>b</kbd>: view bulk commands
|
|
<kbd>enter</kbd>: focus main panel
|
|
<kbd>[</kbd>: previous tab
|
|
<kbd>]</kbd>: next tab
|
|
<kbd>/</kbd>: filter list
|
|
</pre>
|
|
|
|
## Volumes
|
|
|
|
<pre>
|
|
<kbd>c</kbd>: run predefined custom command
|
|
<kbd>d</kbd>: remove volume
|
|
<kbd>b</kbd>: view bulk commands
|
|
<kbd>enter</kbd>: focus main panel
|
|
<kbd>[</kbd>: previous tab
|
|
<kbd>]</kbd>: next tab
|
|
<kbd>/</kbd>: filter list
|
|
</pre>
|
|
|
|
## Networks
|
|
|
|
<pre>
|
|
<kbd>c</kbd>: run predefined custom command
|
|
<kbd>d</kbd>: remove network
|
|
<kbd>b</kbd>: view bulk commands
|
|
<kbd>enter</kbd>: focus main panel
|
|
<kbd>[</kbd>: previous tab
|
|
<kbd>]</kbd>: next tab
|
|
<kbd>/</kbd>: filter list
|
|
</pre>
|
|
|
|
## Main
|
|
|
|
<pre>
|
|
<kbd>esc</kbd>: return
|
|
</pre>
|
|
|
|
## Global
|
|
|
|
<pre>
|
|
<kbd>+</kbd>: next screen mode (normal/half/fullscreen)
|
|
<kbd>_</kbd>: prev screen mode
|
|
<kbd>1</kbd>: focus projects panel
|
|
<kbd>2</kbd>: focus services panel
|
|
<kbd>3</kbd>: focus containers panel
|
|
<kbd>4</kbd>: focus images panel
|
|
<kbd>5</kbd>: focus volumes panel
|
|
<kbd>6</kbd>: focus networks panel
|
|
</pre>
|