Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RickWong/Captain
⛴ Manage Docker containers from the menu bar in macOS. Hold ⌘, ⇧, ⌥, ⌃ keys for power user options.
https://github.com/RickWong/Captain
docker mac macos menubar
Last synced: 26 days ago
JSON representation
⛴ Manage Docker containers from the menu bar in macOS. Hold ⌘, ⇧, ⌥, ⌃ keys for power user options.
- Host: GitHub
- URL: https://github.com/RickWong/Captain
- Owner: RickWong
- License: gpl-3.0
- Created: 2022-06-21T14:05:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T20:29:07.000Z (8 months ago)
- Last Synced: 2024-11-09T21:02:19.274Z (about 1 month ago)
- Topics: docker, mac, macos, menubar
- Language: TypeScript
- Homepage: https://getcaptain.co
- Size: 1.5 MB
- Stars: 47
- Watchers: 4
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - Captain
README
Captain
INTRODUCTION
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.
## ⚡️ Contribute
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:###### To begin working locally:
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your
own GitHub account
2. [Clone](https://help.github.com/articles/cloning-a-repository/) it to your
local device: `git clone [email protected]:RickWong/Captain.git`
3. Install the dependencies: `yarn install`
4. Run the app by starting electron, building the code and watch for changes:
`yarn dev`###### To build for production (should not generally be used):
1. Build the actual app for all platforms (Mac x64 and arm64 Apple Silicon): `yarn package`
## ⭐️ Links
###### Makers:
* [Rick Wong](https://github.com/RickWong)
###### Friends:
* [Giel Cobben](https://github.com/gielcobben)
* [Ernesto Navarro](https://github.com/enavarrocu)
## 🔑 License
GPL 3.0. Copyright © 2022 Rick Wong. All rights reserved.