Docker Blog

New Apt and Yum Repos

written by Jessie Frazelle, Core Maintainer at Docker, Inc. TLDR; UPDATE your Docker apt repo source list if you want to be able to get the latest Docker We have a yum repo FINALLY for rpms EVERYONE GETS A DYNAMIC BINARY Today, we are super excited to announce that we...

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