bscott/habitat

By bscott

Updated over 6 years ago

Chef's Habitat

Image
Artifact
2

6.6K

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 Command

docker pull bscott/habitat