Community

Docker containerd integration

In an effort to make Docker Engine smaller, better, faster, stronger, we looked for components of the current engine that we can break out into separate projects and improve along the way. One of those components is the Docker runtime for managing containers....

Containerd: a daemon to control runC

As we build out Docker’s infrastructure plumbing, we are committed to releasing these plumbing components as open source to help the community. Today we’re releasing a new daemon to control runC called: containerd. It's built for performance and...

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

How to use your own Registry

One of the things that makes Docker so useful is how easy it is to pull ready-to-use images from a central location, Docker's Central Registry. It is just as easy to push your own image (or collection of tagged images as a repository) to the same...