Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 616 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 616 Bytes

doha - Docker virtual environment for Habitat.sh

Installation via golang package manager:

go get -u github.com/guskovd/doha

Install via homebrew:

brew tap guskovd/doha
brew install doha

Installation via binary:

Save the corresponding binary in the directory included in the PATH environment variable (/usr/bin, /usr/local/bin, etc ...)

e.g. /usr/local/bin/doha

Usage:

doha shell

doha shell

doha exec

doha exec -- which hab

doha start

Start doha daemon:

doha start

doha stop

Stop doha daemon:

doha stop