From d576a7f752a938fd2ad0de0f4ac506649c27199c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20D=2E=20Batista?= Date: Wed, 2 Dec 2020 18:32:38 -0300 Subject: [PATCH] Adds links to the badges --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a7dc7f..12a8311 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # docker-s3-volume -![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) +[![Docker Build Status](https://img.shields.io/docker/build/elementar/s3-volume?style=plastic)](https://hub.docker.com/r/elementar/s3-volume) +[![Docker Layers Count](https://img.shields.io/microbadger/layers/elementar/s3-volume?style=plastic)](https://hub.docker.com/r/elementar/s3-volume) +[![Docker Version](https://img.shields.io/docker/v/elementar/s3-volume?style=plastic)](https://hub.docker.com/r/elementar/s3-volume) +[![Docker Pull Count](https://img.shields.io/docker/pulls/elementar/s3-volume?style=plastic)](https://hub.docker.com/r/elementar/s3-volume) +[![Docker Stars](https://img.shields.io/docker/stars/elementar/s3-volume?style=plastic)](https://hub.docker.com/r/elementar/s3-volume) 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.