Skip to content

Commit 41b72fb

Browse files
committed
updated nav instructions
1 parent d5b34b1 commit 41b72fb

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,16 @@ dockyard --stats-interval 5
7979
## Quick Start Guide
8080

8181
### Managing Containers
82+
Use the `Tab` key to switch between container and image views.
83+
8284
When you first launch Dockyard, you'll see your container list. Use `j`/`k` or arrow keys to navigate up and down. The interface shows you each container's name, image, status, ports, and real-time CPU/memory usage.
8385

8486
Press `Enter` on any container to see detailed information in the left pane, including environment variables, volumes, networks, and labels. Press `l` to stream logs in real-time, or `e` to drop into an interactive shell inside the container (Dockyard will suspend the TUI and hand control to your shell, then restore everything when you exit).
8587

8688
You can control containers with `s` (stop), `t` (start), `r` (restart), `p` (pause), `u` (unpause), and `d` (force remove). Press `f` to toggle between viewing all containers or just running ones.
8789

8890
### Managing Images
89-
Press `Tab` to switch to the image view. Here you'll see all Docker images on your system with their repository names, tags, IDs, sizes, and creation dates. The list auto-refreshes every 30 seconds.
91+
Press `Shift+Tab` to switch to the image view. Here you'll see all Docker images on your system with their repository names, tags, IDs, sizes, and creation dates. The list auto-refreshes every 30 seconds.
9092

9193
Navigate with `j`/`k` or arrow keys, then press `Enter` or `Space` to inspect any image's full details in the left pane. You can sort images by pressing `s` (cycles through creation date ascending/descending and size ascending/descending) or filter dangling images with `f`.
9294

@@ -176,9 +178,6 @@ This reduces how often Dockyard polls Docker for container stats.
176178
### Container Shell Not Working
177179
The interactive shell feature (`e` key) requires that containers have either `/bin/bash` or `/bin/sh` available. Some minimal container images might not include these shells.
178180

179-
## Contributing
180-
Contributions are welcome! Check out the [AGENTS.md](AGENTS.md) file for development guidelines and project architecture details.
181-
182181
## License
183182
Dockyard is dual-licensed under MIT and Apache 2.0.
184183

0 commit comments

Comments
 (0)