From a7fbb7f66e9f5f53124e954b2f8697edebf67df1 Mon Sep 17 00:00:00 2001 From: Steffen Bleul Date: Tue, 13 Feb 2018 22:45:38 +0100 Subject: [PATCH] Added badges. --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0ca545cc..df01c451 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Blacklabelops Volumerize +[![Open Issues](https://img.shields.io/github/issues/blacklabelops/volumerize.svg)](https://github.com/blacklabelops/volumerize/issues) [![Stars on GitHub](https://img.shields.io/github/stars/blacklabelops/volumerize.svg)](https://github.com/blacklabelops/volumerize/stargazers) [![Docker Stars](https://img.shields.io/docker/stars/blacklabelops/volumerize.svg)](https://hub.docker.com/r/blacklabelops/volumerize/) [![Docker Pulls](https://img.shields.io/docker/pulls/blacklabelops/volumerize.svg)](https://hub.docker.com/r/blacklabelops/volumerize/) Blacklabelops backup and restore solution for Docker volume backups. It is based on the command line tool Duplicity. Dockerized and Parameterized for easier use and configuration. @@ -25,6 +26,14 @@ Supported backends: and many more: [Duplicity Supported Backends](http://duplicity.nongnu.org/index.html) +# Support + +Leave a message and ask questions on Hipchat: [blacklabelops/hipchat](http://support.blacklabelops.com) + +Maybe no one has ever told you, but munich developers run on beer! If you like my work, share a beer! + +[![BeerMe](https://raw.githubusercontent.com/ikkez/Beer-Donation-Button/gh-pages/img/beer_donation_button_single.png)](https://www.paypal.me/donateblacklabelops) + # Volume Backups Tutorials Docker Volume Backups on: @@ -448,11 +457,3 @@ $ docker build -t blacklabelops/volumerize . ~~~~ $ docker run -it --rm blacklabelops/volumerize bash ~~~~ - -# Support - -Leave a message and ask questions on Hipchat: [blacklabelops/hipchat](http://support.blacklabelops.com) - -Maybe no one has ever told you, but munich developers run on beer! If you like my work, share a beer! - -[![BeerMe](https://raw.githubusercontent.com/ikkez/Beer-Donation-Button/gh-pages/img/beer_donation_button_single.png)](https://www.paypal.me/donateblacklabelops)