Tag: docker

The Docker Hubpocalypse

Docker is understandably changing it's terms of service for pull requests by anonymous accounts. This will have a big impact on many companies but there are a few approaches you can take to minimise the impact on your Kubernetes clusters.

More... | Comment

Docker for Development

Containers as a concept seem here to stay but there’s a lot of smart cookies exploring “what is the best utility of it for daily development” in particular the reason for this post was “what is the best practise for using security credentials in a container”. This post is my naive attempt at cracking that nut with the hope of getting some healthy feedback.

More... | Comment

Clojure/Bitbucket Pipelines

Bitbucket Pipelines is out and in Beta. I recently received an account but with so many distractions I didn't have an opportunity to dig into the offering until recently. Bitbucket Pipelines only supports a handful of languages directly but I'll show you how to quickly get Leiningen building your project using the Clojure Docker image.

More... | Comment