You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,14 +79,16 @@ dockyard --stats-interval 5
79
79
## Quick Start Guide
80
80
81
81
### Managing Containers
82
+
Use the `Tab` key to switch between container and image views.
83
+
82
84
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.
83
85
84
86
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).
85
87
86
88
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.
87
89
88
90
### 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.
90
92
91
93
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`.
92
94
@@ -176,9 +178,6 @@ This reduces how often Dockyard polls Docker for container stats.
176
178
### Container Shell Not Working
177
179
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.
178
180
179
-
## Contributing
180
-
Contributions are welcome! Check out the [AGENTS.md](AGENTS.md) file for development guidelines and project architecture details.
181
-
182
181
## License
183
182
Dockyard is dual-licensed under MIT and Apache 2.0.
0 commit comments