[TSTIL] Buildpacks for Docker
[ This is a part of "The Software That I Love", a series of posts about Software that I created or had a small part in ]
2015 - Buildpacks for Docker
As I got more familiar with buildpacks and docker, I figured out that we can use buildpacks to create runnable docker images. Not just droplets that you can only run in Cloud Foundry, but plain old docker images. It only took about 100 lines of bash! I still love the elegance of it: https://github.com/jtwaleson/buildpacks-for-docker
Comments
Post a Comment