DEV Community

Discussion on: # Containers and Docker are not the same thing

Collapse
 
downey profile image
Tim Downey

Good post!

I just wanted to share my favorite way of building OCI images: Cloud Native Buildpacks

Think heroku push, but instead of having your code built for you and running on Heroku it is built and you get an OCI image you can run anywhere you can run Docker images. Especially Kubernetes!