Adrian Mouat

    Adrian Mouat
    8 min read

    Using binpack with Docker Swarm

    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...

    6 min read

    Running Docker Containers with Systemd

    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...

    10 min read

    Docker Inspect Template Magic

    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...

    5 min read

    Running Docker in Jenkins (in Docker)

    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...

    5 min read

    The Future is Containerized

    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...

    2 min read

    Docker and Provenance - Talk to Amsterdam Docker Meetup

    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...

    5 min read

    Docker: The latest Confusion

    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 ...

    5 min read

    Why Use Fig for Docker Automation?

    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...

    4 min read

    Computation Containers (or let Docker mind your Ps and Qs)

    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...