Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruggi/walvis
Manage Docker containers from the menu bar on macOS.
https://github.com/ruggi/walvis
containers docker macos menubar
Last synced: about 2 months ago
JSON representation
Manage Docker containers from the menu bar on macOS.
- Host: GitHub
- URL: https://github.com/ruggi/walvis
- Owner: ruggi
- Created: 2019-11-02T12:40:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T19:19:43.000Z (over 1 year ago)
- Last Synced: 2024-11-03T01:03:04.780Z (2 months ago)
- Topics: containers, docker, macos, menubar
- Homepage: https://github.com/ruggi/whale
- Size: 820 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - whale
README
# Walvis
A tiny macOS menu bar app for easily managing Docker containers.
![Walvis](static/screen.png)
## Features
- Start, stop, restart, and remove containers.
- Copy container ID.
- Open exposed addresses directly in the default browser.
- Attach shell or tail logs for running containers.
- Support for Terminal.app and [iTerm](https://iterm2.com/).
- Group containers by prefix.
- Dark mode support.## Install
### Homebrew
```plain
brew install ruggi/tap/walvis
```or
```plain
brew tap ruggi/tap
brew install walvis
```### Manual
You can grab the latest release from the [releases](https://github.com/ruggi/walvis/releases/latest) page.
## FAQ
> I have a cool idea for a feature that's missing...
Ideas are more than welcome! Please go ahead and [create an issue for it](https://github.com/ruggi/walvis/issues).