You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lazydocker/docs/keybindings/Keybindings_en.md

89 lines
1.9 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>[</kbd>: previous tab
<kbd>]</kbd>: next tab
<kbd>m</kbd>: view logs
<kbd>enter</kbd>: focus main panel
</pre>
## Containers
<pre>
<kbd>[</kbd>: previous tab
<kbd>]</kbd>: next tab
<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
3 years ago
<kbd>E</kbd>: exec shell
<kbd>c</kbd>: run predefined custom command
5 years ago
<kbd>b</kbd>: view bulk commands
3 years ago
<kbd>w</kbd>: open in browser (first port is http)
<kbd>enter</kbd>: focus main panel
</pre>
## Services
<pre>
<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>[</kbd>: previous tab
<kbd>]</kbd>: next tab
<kbd>R</kbd>: view restart options
<kbd>c</kbd>: run predefined custom command
5 years ago
<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
</pre>
## Images
<pre>
<kbd>[</kbd>: previous tab
<kbd>]</kbd>: next tab
5 years ago
<kbd>c</kbd>: run predefined custom command
<kbd>d</kbd>: remove image
5 years ago
<kbd>b</kbd>: view bulk commands
<kbd>enter</kbd>: focus main panel
</pre>
## Volumes
<pre>
<kbd>[</kbd>: previous tab
<kbd>]</kbd>: next tab
5 years ago
<kbd>c</kbd>: run predefined custom command
<kbd>d</kbd>: remove volume
5 years ago
<kbd>b</kbd>: view bulk commands
<kbd>enter</kbd>: focus main panel
</pre>
## Main
<pre>
<kbd>esc</kbd>: return
</pre>
## Global
<pre>
<kbd>+</kbd>: next screen mode (normal/half/fullscreen)
<kbd>_</kbd>: prev screen mode
</pre>