mu.semte.ch at DockerCon EU

The mu.semte.ch stack relies on Docker as it perfectly suites a microservice architecture. We don’t only use it for deployment, but also for development. By using Docker we try to make our workflow as productive as possible. Since the Docker community is moving very fast, we attended DockerCon EU in Copenhagen last week to keep up to date with the latest Docker news.

The Docker team announced two major topics in the keynotes:

The video recordings of the keynotes are freely available on Keynote Day 1 and Keynote Day 2.

Traditonal applications are typically developed as monoliths. With the MTA program Docker tries to support companies to upgrade their traditionally deployed apps to a more modern container infrastructure like Docker. Although the mu.semte.ch architecture builds on the concept of microservices, Docker’s MTA program may teach us useful lessons on the migration from monoliths to microservices. After all, projects don’t always start from scratch but often originate from an existing (monolith) solution.

Next to the keynote sessions there were also a lot of breakout sessions on a broad range of topics. All slides will soon become available on Docker’s slideshare. We will just highlight a few of the topics covered:

  • Abby Fuller from AWS explained how to create effective Docker images covering topics like the recently introduced multistage builds. Some of the mu.semte.ch templates and services will benefit from these tips to reduce the size of their Docker image.
  • Adrian Mouat, one of the Docker captains, gave a talk with some tips and tricks. Nothing new, no mind blowing stuff, but just some useful practical tips to make your day-to-day Docker usage more efficient.
  • Dan Finneran, an ex-Docker captain that recently became a Docker employee, prestented an overview of the Docker networking. This included the Swarm overlay networks and some practical design patterns the mu.semte.ch architecture might benefit from when deploying on multiple machines.
  • Bret Fisher, another Docker captain, gave a playful talk on the deployment to production with Docker. He warned for bad practices like turning servers from cattles into pets and making Dockerfiles environment specific. For sure some lessons we should take into account when deploying a mu.semte.ch app.
  • Riccardo Tommasini, a PhD Student from Milano, gave a short presentation in the Community Theatre on his ongoing research to empower Docker with Linked Data principles. One of his research results, a Docker ontology to represent Dockerfiles in RDF, will be presented next week at ISWC 2017.

These are just a few highlights of all the topics covered at the conference. The video recordings of all presentations will soon become available on the Docker website. A lot of interesting material to learn from within the context of mu.semte.ch.