by Erkan Yanar
Docker is an open platform for developers and sysadmins to build,
ship, and run distributed applications. Consisting of Docker
Engine, a portable, lightweight runtime and packaging tool, and
Docker Hub, a cloud service for sharing applications and
automating workflows, Docker enables apps to be quickly assembled
from components and eliminates the friction between development,
QA, and production environments. As a result, IT can ship faster
and run the same app, unchanged, on laptops, data center VMs, and
any cloud.
This is the first of a series of blog posts about using Galera
with Docker. In this post, we are going to get started with
Docker and Galera:
* Build a basic Docker Image (which we will extended in later
posts)
* Deploy on a test cluster on a local machine
The instructions have been tested on Ubuntu 14.04 with Docker
1.5.
Build a basic Docker image
In …
[Read more]