Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created July 1, 2017 01:06
Show Gist options
  • Save diegopacheco/bdeb32396997b1128cc40045b00204ab to your computer and use it in GitHub Desktop.
Save diegopacheco/bdeb32396997b1128cc40045b00204ab to your computer and use it in GitHub Desktop.
Habitat
hab setup

sudo groupadd hab
sudo useradd -g hab hab
hab origin key export myorigin --type public | sudo hab origin key import

hab studio enter
build
hab start myorigin/mytutorialapp
hab pkg export docker myorigin/mytutorialapp

docker run -it -p 8080:8080 myorigin/mytutorialapp

More On: https://www.habitat.sh/tutorials/getting-started/overview/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment