Files
cheatsheet-tldr/tldr/lazydocker
2024-12-21 00:17:09 +00:00

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`