I’ve talked about how to make tiny Docker images a fair bit in the past, but now that Docker has multi-stage builds, it’s time to revisit… (more…)
Read more »
So rather than edit the post I thought I would write a follow-up, now this is purely my opinion; also I have missed chunks of the container ecosystem, such as CoreOS based technologies. As you can…...
Read more »
We explore use-cases for short-lived containers and one-shot tasks on a Swarm cluster including blueprints to build your own CLI leveraging the Golang API... (more…)
Read more »
One of Docker's most enticing features is rapid application deployment, meaning that once we generate a Docker image, it contains the application itself and all the runtime dependencies.
Read more »
A good level of “built in” security is an inherent benefit of using container technology. This doesn’t mean that relying on a default installation of these components will provide an adequate level of security in itself or that you can absolve yourself fr... (more…)
Read more »