Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 365 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 365 Bytes

bdangit habitat plans

origin: bdangit

workflow

Build

$ hab studio new
$ hab studio enter

(hab)$ build {plan}

Run

From within habitat studio:

(hab)$ hab start bdangit/{plan}

Dockerized:

(hab)$ hab export docker bdangit/{plan}
$ docker run -it bdangit/{plan}