Dockerfile FROM + ARG trickFor long time I thought that one was unable to parameterize FROM instruction in a Dockerfile.Oct 17, 2019Oct 17, 2019
Running Docker in production gotcha “cpuset”I might say this can affect anyone running Docker in Swarm (as I am) or in Kubernetes.Oct 4, 2019Oct 4, 2019
sysctls for Docker Swarm stacksI remember a while ago (~ 1+ year ago ) when I was dockerizing a Kafka & a Redis cluster I faced an issue with my implementation, sysctls…Aug 13, 2019Aug 13, 2019
Docker swarm stacks/services resource limits and reservationsAccording to this documentation in order to run your application in production you should limit container’s resource limits:Jun 27, 20181Jun 27, 20181
Migrating your app to Docker, some tipsSo these are some of the things I’ve learned from my experience Dockerizing a few apps in the past 3 yearsMar 22, 2018Mar 22, 2018