Docker Blog

Setting Up a Minecraft Server Using Docker – Part 1

This is a quick tutorial demonstrating how to set up a local Minecraft server on Docker using Kitematic.   Create a Minecraft Server Container First, if you haven't yet done so, download and start Kitematic. Once installed and running, create a container from the...

Kitematic a Docker GUI joins the Docker family

We are thrilled to announce the acquisition of Kitematic, the fastest and easiest way to use Docker on the Mac.  Because Docker is a tool for developers, we find that the developers in the ecosystem build the best tools for Docker.  Orchard's Fig (now...

Call me Moby Dock

Last month we asked the Docker community to vote for the name of the Docker whale. We received 411 votes and today we are excited to announce that the community chose Moby Dock. As promised, the first three community members who answered "Moby Dock" to the question...

Gathering LXC and Docker containers metrics

Linux Containers rely on control groups which not only track groups of processes, but also expose a lot of metrics about CPU, memory, and block I/O usage. We will see how to access those metrics, and how to obtain network usage metrics as well. This is relevant for...

Docker can now run within Docker

One of the (many!) features of Docker 0.6 is the new "privileged" mode for containers. It allows you to run some containers with (almost) all the capabilities of their host machine, regarding kernel features and device access. Among the (many!) possibilities of the...