From 84576f051305f4db087d1285fa35876d4f471e3a Mon Sep 17 00:00:00 2001 From: Casey Bisson Date: Sun, 17 Apr 2016 18:12:14 -0700 Subject: [PATCH 1/3] added badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 58d9a45..401673c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ MySQL designed for container-native deployment on Joyent's Triton platform. This repo serves as a blueprint demonstrating the autopilot design pattern -- automatically setting up replication, backups, and failover without human intervention. +[![DockerPulls](https://img.shields.io/docker/pulls/autopilotpattern/mysql.svg)](https://registry.hub.docker.com/u/autopilotpattern/mysql/) +[![DockerStars](https://img.shields.io/docker/stars/autopilotpattern/mysql.svg)](https://registry.hub.docker.com/u/autopilotpattern/mysql/) +[![ImageLayers](https://badge.imagelayers.io/autopilotpattern/mysql:latest.svg)](https://imagelayers.io/?images=autopilotpattern/mysql:latest) +[![Join the chat at https://gitter.im/autopilotpattern/mysql](https://badges.gitter.im/autopilotpattern/mysql.svg)](https://gitter.im/autopilotpattern/mysql) + --- ## Architecture From 55e41c3923a171d52f641cabfdb32f1817186024 Mon Sep 17 00:00:00 2001 From: Casey Bisson Date: Sun, 17 Apr 2016 19:24:42 -0700 Subject: [PATCH 2/3] updated description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 401673c..e90be0b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# MySQL autopilot pattern +# Autopilot Pattern MySQL -MySQL designed for container-native deployment on Joyent's Triton platform. This repo serves as a blueprint demonstrating the autopilot design pattern -- automatically setting up replication, backups, and failover without human intervention. +MySQL designed for automated operation using the [Autopilot Pattern](http://autopilotpattern.io/). This repo serves as a blueprint demonstrating the pattern -- automatically setting up replication, backups, and failover without human intervention. [![DockerPulls](https://img.shields.io/docker/pulls/autopilotpattern/mysql.svg)](https://registry.hub.docker.com/u/autopilotpattern/mysql/) [![DockerStars](https://img.shields.io/docker/stars/autopilotpattern/mysql.svg)](https://registry.hub.docker.com/u/autopilotpattern/mysql/) From cd6c6600be94ab3b35956c30513809d5d9fcc3ed Mon Sep 17 00:00:00 2001 From: Casey Bisson Date: Sun, 17 Apr 2016 20:08:09 -0700 Subject: [PATCH 3/3] fix gitter link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e90be0b..7942372 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ MySQL designed for automated operation using the [Autopilot Pattern](http://auto [![DockerPulls](https://img.shields.io/docker/pulls/autopilotpattern/mysql.svg)](https://registry.hub.docker.com/u/autopilotpattern/mysql/) [![DockerStars](https://img.shields.io/docker/stars/autopilotpattern/mysql.svg)](https://registry.hub.docker.com/u/autopilotpattern/mysql/) [![ImageLayers](https://badge.imagelayers.io/autopilotpattern/mysql:latest.svg)](https://imagelayers.io/?images=autopilotpattern/mysql:latest) -[![Join the chat at https://gitter.im/autopilotpattern/mysql](https://badges.gitter.im/autopilotpattern/mysql.svg)](https://gitter.im/autopilotpattern/mysql) +[![Join the chat at https://gitter.im/autopilotpattern/general](https://badges.gitter.im/autopilotpattern/general.svg)](https://gitter.im/autopilotpattern/general) ---