Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 651 Bytes

docker.md

File metadata and controls

24 lines (15 loc) · 651 Bytes

Docker

Development Tools

Captain

Captain searches for docker-compose projects in your $HOME folder and allows you to start and stop those projects by matching the project's directory name.

Installation

curl -L https://github.com/jenssegers/captain/releases/download/0.3.3/captain-osx > /usr/local/bin/captain && chmod +x /usr/local/bin/captain

Usage

To see a list of available projects, use the ls command:

captain ls

This will outpt all available projects regardless of where you are in relation to that project. Start a project with the start project-name and stop with stop project-name.