Featured

Habitus

An open source build flow tool for Docker

Featured comment

Khash Sajadi
@khash · CEO, Cloud 66
Hi Product Hunters! I'm Khash, the creator of Habitus. Habitus is an open source build flow tool for Docker, enabling developers to combine multiple Dockerfiles into complex build and deployment workflows. Anyone who's built a Docker image before, will know how complex the workflow can get. From how to support multi-tenancy builds, keeping attack surfaces… See more

Discussion

M
Khash Sajadi
@khash · CEO, Cloud 66
Hi Product Hunters! I'm Khash, the creator of Habitus. Habitus is an open source build flow tool for Docker, enabling developers to combine multiple Dockerfiles into complex build and deployment workflows. Anyone who's built a Docker image before, will know how complex the workflow can get. From how to support multi-tenancy builds, keeping attack surfaces… See more
Simon Chiu
@geetfun
@khash Nice to get to check out one of the tech behind Cloud 66. Been using your product for several months now in production and everything looks rock stable. What's the difference between Habitus and a tool like Docker Compose?
H
Katarzyna Hoffman
@katarzyna_hoffman · Developer Outreach at Cloud 66
e.g. You will find Habitus useful when you need to pull code from a private git repository. Your private SSH key will be needed in the image during the build process. By using Habitus, the web server only exposes your secrets to the internal Docker network of your machine, and only for the duration of the build. No traces of your secrets are left behind in t… See more