How can I add my "docker pulls", "build status", ... as a nice image / icon / badge in my README.md file ? I'm using github with an autobuild link to docker hub.
update: I found out about badges but could use some clarification.
Example:
![Trueosiris Rules](https://img.shields.io/badge/trueosiris-rules-f08060)
[![Docker Pulls](https://badgen.net/docker/pulls/trueosiris/godaddypy?icon=docker&label=pulls)](https://hub.docker.com/r/trueosiris/godaddypy/)
[![Docker Stars](https://badgen.net/docker/stars/trueosiris/godaddypy?icon=docker&label=stars)](https://hub.docker.com/r/trueosiris/godaddypy/)
[![Docker Image Size](https://badgen.net/docker/size/trueosiris/godaddypy?icon=docker&label=image%20size)](https://hub.docker.com/r/trueosiris/godaddypy/)
![Github stars](https://badgen.net/github/stars/trueosiris/docker-godaddypy?icon=github&label=stars)
![Github forks](https://badgen.net/github/forks/trueosiris/docker-godaddypy?icon=github&label=forks)
![Github issues](https://img.shields.io/github/issues/TrueOsiris/docker-godaddypy)
![Github last-commit](https://img.shields.io/github/last-commit/TrueOsiris/docker-godaddypy)
Individual CI/CD providers often provide build status badges directly (e.g. Travis and CircleCI).
There are also a number of sites which provide more general badges. For example, you could take a look at shields.io, which can do lots of badge types, including Docker Hub pulls, and build status for lots of popular CI/CD providers. For example:
https://img.shields.io/docker/pulls/mashape/kong.svg
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With