bscott/habitat
Habitat is automation that travels with the app. This image contains Habitat binary and mounts a local volume for editing.
Hab installs Hab :)
Howto:
Returns Help menu:
docker run -it -v $(pwd):/src --privileged bscott/habitat
Returns Habitat Shell:
docker run -it -v $(pwd):/src --privileged bscott/habitat sh
Note: --privileged is required if you want Habitat Studio due to the fact it needs access chroot. This will be addressed at a later date.
docker pull bscott/habitat