Recently I was working to wrap calls to a binary with a web-service. The binary reads input from a file and writes output to another file. It’s a producer-consumer model where the web-service… (more…)
Read more »
A sample CloudFormation template to setup Docker 1.13 Swarm mode cluster... (more…)
Read more »
Docker’s multi-stage builds are a nice-to-have since so many other packaging workflows developed in their absence. But I thought I’d start… (more…)
Read more »
TL; DR: Running containers in the host network namespace is insecure. Don’t run Docker containers with docker run --net=host . Don’t run… (more…)
Read more »