From a6d878638b1fcdbed0f9826512ec306e6920d904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20D=2E=20Batista?= Date: Wed, 2 Dec 2020 17:40:09 -0300 Subject: [PATCH] Updates badges --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fe6034..4a7dc7f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # docker-s3-volume -[![](https://images.microbadger.com/badges/image/elementar/s3-volume.svg)](https://microbadger.com/images/elementar/s3-volume "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/version/elementar/s3-volume.svg)](https://microbadger.com/images/elementar/s3-volume "Get your own version badge on microbadger.com") +![Docker Build Status](https://img.shields.io/docker/build/elementar/s3-volume?style=plastic) +![Docker Layers Count](https://img.shields.io/microbadger/layers/elementar/s3-volume?style=plastic) +![Docker Version](https://img.shields.io/docker/v/elementar/s3-volume?style=plastic) +![Docker Pull Count](https://img.shields.io/docker/pulls/elementar/s3-volume?style=plastic) +![Docker Stars](https://img.shields.io/docker/stars/elementar/s3-volume?style=plastic) Creates a Docker container that is restored and backed up to a directory on s3. You could use this to run short lived processes that work with and persist data to and from S3.