Dockerize your Development Workstation
Armin Coralic, shares all the practical examples of how he uses Docker in his day-to-day work as a full stack developer to ease his life and save loads of time!
Armin Coralic, shares all the practical examples of how he uses Docker in his day-to-day work as a full stack developer to ease his life and save loads of time!
Docker 1.9 introduced a new networking architecture that uses VXLAN overlays to connect distinct Docker hosts. Nicola Kabar goes over the new architecture, it’s advantages, and use-cases, and demoes how it can enable scaling applications with Compose and Swarm.
The current dogma about using Docker is that a container should run a single process and fulfill a single task. In this talk, Thomas Kruitbosch and Eric Nieuwenhuijsen share their experience in using Docker containers as a complete virtual machine running web servers, applications and even the MySQL database in...
In his talk Iain Gray of Docker shares Docker’s vision on how next generation datacenters change the way both development and operations work in practice. Iain will share the latest Docker trends and updates from Docker’s product roadmap as presented earlier that week during DockerCon Europe in Barcelona.
Rik Farenhorst opens the conference and talks about Xebia and the unique format of the Dutch Docker Day. Mark van Holsteijn then talks about New IT and Docker’s role in it.
Specifically for the Dutch Docker Day on the 20th of November, HashiCorp released version 0.2.0 of Nomad which has some awesome features such as service discovery by integrating with Consul, the system scheduler and restart policies. HashiCorp worked hard to release version 0.2.0 on 18th of November and we pushed...
Security is probably one of the biggest subjects when it comes to containers. Developers love containers, some ops do as well. But it most of the time boils down to the security aspects of containers. Is it safe to use, what if someone breaks out? The characteristics of containers which...
During Dockercon Europe 2015 Docker announced Universal Control Plane, which, together with Docker Trusted Registry, serves as Docker’s on-premises “Build-Ship-Run” solution. For this blogpost I will summarize my findings on Universal Control Plane.
Mesos combined with Marathon only solves a part of the service discovery a bigger platform needs. This post describes the why and how of a combined Mesos, Marathon and Consul setup for a stable, schalable and flexible container platform.
What to do with persistent data in a containerized world? Apart from existing options this post and it’s follow-ups discuss the possibilities of containers in combination with both GlusterFS and Flocker.