-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
722fb88
commit 649e5e1
Showing
3 changed files
with
130 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
_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 menú | ||
|
||
## Proyecto | ||
|
||
<pre> | ||
<kbd>e</kbd>: editar configuración de lazydocker | ||
<kbd>o</kbd>: abrir configuración de lazydocker | ||
<kbd>m</kbd>: ver logs | ||
<kbd>enter</kbd>: enfocar panel principal | ||
<kbd>[</kbd>: anterior pestaña | ||
<kbd>]</kbd>: siguiente pestaña | ||
</pre> | ||
|
||
## Contenedores | ||
|
||
<pre> | ||
<kbd>d</kbd>: borrar | ||
<kbd>e</kbd>: esconder/mostrar contenedores parados | ||
<kbd>p</kbd>: pausa | ||
<kbd>s</kbd>: parar | ||
<kbd>r</kbd>: reiniciar | ||
<kbd>a</kbd>: attach | ||
<kbd>m</kbd>: ver logs | ||
<kbd>E</kbd>: ejecutar shell | ||
<kbd>c</kbd>: ejecutar comando personalizado | ||
<kbd>b</kbd>: ver comandos masivos | ||
<kbd>w</kbd>: abrir en navegador (first port is http) | ||
<kbd>enter</kbd>: enfocar panel principal | ||
<kbd>[</kbd>: anterior pestaña | ||
<kbd>]</kbd>: siguiente pestaña | ||
<kbd>/</kbd>: filtrar lista | ||
</pre> | ||
|
||
## Servicios | ||
|
||
<pre> | ||
<kbd>u</kbd>: levantar servicio | ||
<kbd>d</kbd>: borrar contenedores | ||
<kbd>s</kbd>: parar | ||
<kbd>p</kbd>: pausa | ||
<kbd>r</kbd>: reiniciar | ||
<kbd>S</kbd>: iniciar | ||
<kbd>a</kbd>: attach | ||
<kbd>m</kbd>: ver logs | ||
<kbd>U</kbd>: levantar proyecto | ||
<kbd>D</kbd>: dar de baja el proyecto | ||
<kbd>R</kbd>: ver opciones de reinicio | ||
<kbd>c</kbd>: ejecutar comando personalizado | ||
<kbd>b</kbd>: ver comandos masivos | ||
<kbd>E</kbd>: ejecutar shell | ||
<kbd>w</kbd>: abrir en navegador (first port is http) | ||
<kbd>enter</kbd>: enfocar panel principal | ||
<kbd>[</kbd>: anterior pestaña | ||
<kbd>]</kbd>: siguiente pestaña | ||
<kbd>/</kbd>: filtrar lista | ||
</pre> | ||
|
||
## Imágenes | ||
|
||
<pre> | ||
<kbd>c</kbd>: ejecutar comando personalizado | ||
<kbd>d</kbd>: limpiar imagen | ||
<kbd>b</kbd>: ver comandos masivos | ||
<kbd>enter</kbd>: enfocar panel principal | ||
<kbd>[</kbd>: anterior pestaña | ||
<kbd>]</kbd>: siguiente pestaña | ||
<kbd>/</kbd>: filtrar lista | ||
</pre> | ||
|
||
## Volúmenes | ||
|
||
<pre> | ||
<kbd>c</kbd>: ejecutar comando personalizado | ||
<kbd>d</kbd>: limpiar volúmen | ||
<kbd>b</kbd>: ver comandos masivos | ||
<kbd>enter</kbd>: enfocar panel principal | ||
<kbd>[</kbd>: anterior pestaña | ||
<kbd>]</kbd>: siguiente pestaña | ||
<kbd>/</kbd>: filtrar lista | ||
</pre> | ||
|
||
## Redes | ||
|
||
<pre> | ||
<kbd>c</kbd>: ejecutar comando personalizado | ||
<kbd>d</kbd>: limpiar red | ||
<kbd>b</kbd>: ver comandos masivos | ||
<kbd>enter</kbd>: enfocar panel principal | ||
<kbd>[</kbd>: anterior pestaña | ||
<kbd>]</kbd>: siguiente pestaña | ||
<kbd>/</kbd>: filtrar lista | ||
</pre> | ||
|
||
## Inicio | ||
|
||
<pre> | ||
<kbd>esc</kbd>: regresar | ||
</pre> | ||
|
||
## Global | ||
|
||
<pre> | ||
<kbd>+</kbd>: next screen mode (normal/half/fullscreen) | ||
<kbd>_</kbd>: prev screen mode | ||
</pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters