Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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