Build container images and layers in Go (without Docker)

In this article, I’ll explain how to build OCI container images without using
Docker by building the layers and image manifests programmatically using the
go-containerregistry module. As an example, I’ll build a container image
by adding some static websi… Read more

Similar

Docker Machine Deprecation

Tell us about your request The Docker Machine project started in 2014 to make it easier to setup and run Docker in a virtual machine. One of the major use cases for this was to make it easier to us... (more…)

Read more »

What’s new and important in Docker 1.13

let’s talk about the new Docker version 1.13. I’am a huge fan of this tiny piece of software. We run 90% of our applications inside Containers. Ok only services not used to persist any kind of data …...

Read more »