
Webinar: Managing CoreOS Container Performance for Production Workloads
As containers grow in importance, Linux distributions focused on container performance and management also are becoming mainstream. One of the most prevalent of these distributions is CoreOS. But how are real businesses ...

Why We Build in Docker Containers
We are using Docker as a virtualization technology for our continuous delivery/deployment pipelines, in Rultor.com. We experimented with other technologies and Docker’s approach proved to be the best fit for our needs ...

Bringing Collaboration, Orchestration and Lifecycle Management to Docker Containers
As you most likely know, Docker is a Linux container technology that stands to revolutionize or standardize the delivery mechanism of applications and services in the cloud. Docker, which just turned 1.0, ...

DOCKER 0.9: INTRODUCING EXECUTION DRIVERS AND LIBCONTAINER
From the Docker Blog: Fellow Dockers, Today we are happy to introduce Docker 0.9. With this release we are continuing our focus on quality over features, shrinking and stabilizing the core, and ...
Red Hat Announces Certification for Containerized Applications, Extends Customer Confidence and Trust to the Cloud
Red Hat Container Certification delivers secure, consistent and simplified platform for ISVs to take advantage of containers in Docker format RALEIGH, N.C., Mar 11, 2014 (BUSINESS WIRE) — Red Hat, Inc. RHT -0.84% , the ...

Docker tinkers with Docker Hub for performance improvements
Docker’s strengthening its infrastructure components to accommodate the volume of use and wide range of use cases that inevitably crop up from such hockey-stick growth. The latest improvements come by way of ...

Is Docker leaving Immutable Infrastructure?
According to Chad Fowler’s definition, Immutable Infrastructure can be defined as: “[S]ervers (or whatever) are deployed once and not changed. If they are changed for some reason, they are marked for garbage ...

Copying Data From One Docker Container to Another
Docker containers can easily be compared to a directory. A Docker container holds everything that is required for an application to run including its dependencies and can be started, stopped, moved and ...
Docker is red hot at Red Hat
The news from the Red Hat Summit this weeks almost appears to be all Docker all the time. A series of announcements has made Docker clearly the container of choice for Red ...

A Simple Service Discovery Solution for Docker
The ambassador pattern is an approach for multi-host Docker application deployment. It helps containers on different hosts to discover each other and communicate. Despite of the variants, the idea can be illustrated as ...