Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alrico88/contexto
MacOS menu bar app to switch between Docker contexts
https://github.com/alrico88/contexto
Last synced: 20 days ago
JSON representation
MacOS menu bar app to switch between Docker contexts
- Host: GitHub
- URL: https://github.com/alrico88/contexto
- Owner: alrico88
- Created: 2022-04-07T17:31:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T21:44:08.000Z (21 days ago)
- Last Synced: 2024-10-24T10:17:52.833Z (21 days ago)
- Language: JavaScript
- Homepage:
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - Contexto
README
![contexto icon](/.github/images/logo.svg#gh-light-mode-only)
![contexto icon](/.github/images/logo_dark.svg#gh-dark-mode-only)A MacOS menu bar app to quickly switch between Docker contexts. Built using Electron. List, create and delete contexts using a GUI.
![contexto screnshot](https://i.imgur.com/PHJbTDF.png)
## Usage
Clone this repo and run `pnpm install`.
To build the app run `pnpm run build`.
Move the built app to /Applications.
On app execution, a menu bar item will show the existing Docker contexts, and clicking one will switch to the selected one.
Docker must be running prior to running Contexto.
## Features
- [x] List existing contexts
- [x] Switch to selected context
- [x] Manage contexts (create / delete)
- [x] Open on system startup
- [ ] Customize Docker executable path
- [ ] Linux and Windows support