https://github.com/bdangit/hab-plans
Habitat Plans
https://github.com/bdangit/hab-plans
Last synced: about 1 year ago
JSON representation
Habitat Plans
- Host: GitHub
- URL: https://github.com/bdangit/hab-plans
- Owner: bdangit
- Created: 2016-07-21T17:16:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T01:19:18.000Z (over 7 years ago)
- Last Synced: 2025-03-26T12:22:02.235Z (over 1 year ago)
- Language: Shell
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bdangit habitat plans
=====================
[origin: bdangit](https://app.habitat.sh/#/pkgs/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}