Deploying a Private Docker Registry If you are familiar with Docker, then surely you have at least heard of the concept of private registries. Out of the box, Docker talks directly to the public registry (Docker Hub) which is great…
In the world of containers, there are a growing number of management options available. Kubernetes, Mesos, Docker Swarm – and even more complete solutions like OpenShift or EBS. However, when it comes to finding a platform that supports both Docker…
What is Swarm? From the Docker Docs: Docker Swarm is native clustering for Docker. It turns a pool of Docker hosts into a single, virtual Docker host. Because Docker Swarm serves the standard Docker API, any tool that already communicates…
What is Swarm From the Docker Docs: Docker Swarm is native clustering for Docker. It turns a pool of Docker hosts into a single, virtual Docker host. Because Docker Swarm serves the standard Docker API, any tool that already communicates…
Cloud computing has evolved quickly over the past couple years, but the advancement has focused on ease of use and availability of resources. The competitive market has also been evolving quickly. The speed of advancement is evident in the Gartner…
Today Red Hat announced general availability of Red Hat Enterprise Atomic Host and Red Hat Enterprise Linux V7.1. Red Hat Enterprise Linux Atomic Host is a secure, minimized footprint operating system optimized to run Linux Containers. A member of the Red…
by John R. Ray (jray@shadow-soft.com) So I’ve been using Docker for around 6 months now and I wanted to give people an idea of how easy it is to get started with. Today I’m going to show you how to get…
Dockerizing Applications: A “Hello world” We get a lot of questions about Docker but mainly, what’s this Docker thing all about? At a high level, Docker allows you to run applications inside containers which provide much more density and performance over…