Live data from Hacker News

Comparing Cloud Native Buildpacks to Herokuish

dokku.github.io

1–5 of 5 posts

Re: Comparing Cloud Native Buildpacks to Herokuish

#4

Is there any advantage to buildpacks if you're comfortable making custom Dockerfiles? Seems like Docker would give you a lot more flexibility and clarity over what's deployed.

Also portability. It's amazing how universal running Docker containers currently is.

Re: Comparing Cloud Native Buildpacks to Herokuish

#5

Is there any advantage to buildpacks if you're comfortable making custom Dockerfiles? Seems like Docker would give you a lot more flexibility and clarity over what's deployed.

Also portability. It's amazing how universal running Docker containers currently is.

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.