Docker Swarm - Docker's native clustering solution - ships with two main scheduling strategies, spread and binpack. The spread strategy will attempt to spread containers evenly across hosts, whereas t...
You can get by running Docker containers with shell scripts, or with Docker Compose (if you don't mind ignoring the "don't use in production" warnings), but for some use cases, it's preferable to take...
Most Docker users are aware of the docker inspect command which is used to get metadata on a container or image, and may have used the -f argument to pull out some specific data, for example using doc...
In this post we're going to take a quick look at how you can mount the Docker sock inside a container in order to create "sibling" containers. One of my colleagues calls this DooD (Docker-outside-of-D...
We've seen a lot of critical posts about Docker recently. I don't remember the last time a technology caused so much controversy and heated debate1. In this article I'm not going to address any specif...
The regular Docker Amsterdam meetup was held on Thursday 26th January at the offices of Schuberg Phillis. There were talks on "Docker and Provenance" by our own Chief Scientist Adrian Mouat, Mike Wess...
One of the most misunderstood parts of Docker seems to be the latest tag. The confusion stems largely from its name, which doesn't really reflect what the tag implies. In this post we'll look at what ...
If you've been using Docker for a little while, but you've not tried out Fig yet, this blog is for you. Like me, you've probably either become used to dealing with long and unwieldy Docker commands us...
The software industry is at the beginning of the container revolution. I believe that it won't be long before we are all using containers to a greater or lesser extent everyday, for a wide range of us...