Docker Load Balancing & Application Bundles

Earlier in the week I wrote about the new Docker Swarm functionality, as i didn’t have much time I was just using the Docker for Mac external link beta. Launching a Swarm cluster To test more of the new features we are going to need a few servers so rather than launching them locally I decided to write an Ansible playbook to launch x number of droplets in Digital Ocean external link ....

June 25, 2016 · 25 min · Russ Mckendrick

Launching a local Rancher cluster

Earlier this week I wanted to show someone a copy of Rancher external link running but I realized that I didn’t have a local lab configured. I managed to quickly launch a few machines in Digital Ocean external link meaning I could do the demo. Rancher is described as being … From the ground up, Rancher was designed to solve all of the critical challenges necessary to run all of your applications in containers....

June 12, 2016 · 4 min · Russ Mckendrick

Falco by sysdig

Earlier this week the guys over at sysdig external link announced the availability of Falco, a behavioral security service which is built on top of their core Open Source sysdig engine. As is always the case when I try new things, I launched a Digital Ocean external link Droplet running CentOS 7.2. Once the Droplet was available I ran the command to get the basics configured on the droplet; curl -fsS https://raw....

May 22, 2016 · 3 min · Russ Mckendrick

Docker on Mac OSX

I finally have a beta invite for the native OSX version of Docker, well sort of native OSX version, as you can see from the quote below there is still a virtual machine running … Faster and more reliable — No more VirtualBox! On Mac, the Docker Engine runs in an xhyve Virtual Machine (VM) on top of an Alpine Linux distribution. The VM is managed by the native Docker application....

May 8, 2016 · 3 min · Russ Mckendrick

Extending Docker now available to Pre-Order

As mentioned in a post back in February I have been working on my second book for Packt Publishing external link which is now available for pre-order. You can pre-order your copy from the Packt website external link or Amazon external link .

May 7, 2016 · 1 min · Russ Mckendrick

Consul Docker Cluster

As mentioned in my previous post I have been doing a lot of work with Docker Machine external link and Docker Swarm external link recently, to configure mulit-host networking with the latest version of Docker I needed to use a service discovery tool. As I had played with Consul external link in the past I decided to use that for my back-end service discovery. Now if I wanted to launch a single node then I would run the following;...

February 27, 2016 · 5 min · Russ Mckendrick

Docker Networking Magic

I have been quiet on here as I am in the process of writing again, one of things I have been looking at is Dockers new networking features. This gave me an excuse to have a play with Weave. Rather than go into too much detail here, lets go all click bait because you won’t believe what happened next. I launched two hosts in Digital Ocean external link , one in London and then one in New York City using Docker Machine;...

February 25, 2016 · 3 min · Russ Mckendrick

Tiny Docker Images

I had a play with the excellent Alpine Linux external link over the weekend. Alpine describes itself as; Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox. And by lightweight they really do mean lightweight, with an 8MB container size and a 130MB bare metal installation it is tiny. Because of this I decided to use it as the new base images for my Docker Images external link as some of them were getting a little bloated....

February 1, 2016 · 2 min · Russ Mckendrick