Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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).