mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 15:11:02 +00:00
docs(readme): document image search
This commit is contained in:
parent
6dd0d7cc35
commit
3551c33c10
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -267,6 +267,16 @@ echo "alias lzd='lazydocker'" >> ~/.zshrc
|
|||
- List of keybindings
|
||||
[here](/docs/keybindings).
|
||||
|
||||
### Search and pull images
|
||||
|
||||
Focus the **Images** panel and press <kbd>Shift</kbd>+<kbd>I</kbd> to search Docker Hub repositories as you type. Use <kbd>↑</kbd>/<kbd>↓</kbd> to select a repository and press <kbd>Enter</kbd> to browse its tags.
|
||||
|
||||
<!-- Screenshot placeholder: live Docker Hub repository search -->
|
||||
|
||||
The tag search shows the exact image reference, Docker Hub size, last-pushed time, supported platforms, digest, and media type. Press <kbd>Enter</kbd> on a tag to pull it and refresh the Images panel.
|
||||
|
||||
<!-- Screenshot placeholder: live Docker Hub tag search and image metadata -->
|
||||
|
||||
## Cool features
|
||||
|
||||
everything is one keypress away (or one click away! Mouse support FTW):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue