mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
34 lines
586 B
Plaintext
34 lines
586 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# lazydocker
|
|
|
|
> A terminal UI for managing Docker containers, images, volumes, and more.
|
|
> More information: <https://github.com/jesseduffield/lazydocker>.
|
|
|
|
- Open Lazydocker:
|
|
|
|
`lazydocker`
|
|
|
|
- Display the current default configuration:
|
|
|
|
`lazydocker --config`
|
|
|
|
- Run Lazydocker in debug mode:
|
|
|
|
`lazydocker --debug`
|
|
|
|
- Specify an alternate Docker Compose file:
|
|
|
|
`lazydocker --file {{path/to/docker-compose.yml}}`
|
|
|
|
- Display help:
|
|
|
|
`lazydocker --help`
|
|
|
|
- Display version:
|
|
|
|
`lazydocker --version`
|