Skip to content

CLI tool to manage Docker resources

Notifications You must be signed in to change notification settings

AGejr/whale-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whale-watch

CLI tool to manage Docker resources. This project is inspired by K9s. whale-watch implements most of the features from the Docker CLI and presents them in a K9s style UI.

Key bindings

Vim keybindings is used for navigation and interaction.

Action Keybinding
Show help menu ?
Enter command mode :
Inspect container or image Enter
Exit text view or close modal ESC

Screenshots

List images

Inspect container

Show help menu

Build from source

whale-watch currently uses Go 1.22.0 to build the project. Clone the repo and build the binary using:

go build -o whale-watch ./cmd/main.go

About

CLI tool to manage Docker resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages