Adds links to the badges

This commit is contained in:
Fábio D. Batista 2020-12-02 18:32:38 -03:00 committed by GitHub
parent a6d878638b
commit d576a7f752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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.