Hacker News new | ask | show | jobs
by judge2020 2260 days ago
Also portability. It's amazing how universal running Docker containers currently is.
1 comments

JSYK: the end result of the Buildpacks project is a Docker image. It's just that if someone wants to package up NGINX inside of a container alongside their app, they can just add the buildpack and an nginx.conf rather than going through the complexity of installing and configuring it themselves.