Manage Docker containers. Instantly from the menu bar.
See which containers are running and which have stopped. Conveniently start and stop any container directly from the menu bar. Containers are grouped automatically if they are created via Docker Compose.
Read more and download Captain for free.
Captain is completely open-source. We've tried to make it as easy as possible to contribute. If you'd like to help out by adding features, working on bug fixes, or assisting in other parts of development, here's how to get started:
- Fork this repository to your own GitHub account
- Clone it to your
local device:
git clone git@github.com:RickWong/Captain.git
- Install the dependencies:
yarn install
- Run the app by starting electron, building the code and watch for changes:
yarn dev
- Build the actual app for all platforms (Mac x64 and arm64 Apple Silicon):
yarn package
GPL 3.0. Copyright © 2022 Rick Wong. All rights reserved.