How can I add my "docker pulls", "build status", ... as a nice image / icon / badge in my README.md file ? I'm using a github repository with a related image repository on docker hub.
update: I found out about badges but could use some clarification.
Example 1:

[](https://hub.docker.com/r/trueosiris/godaddypy/)
[](https://hub.docker.com/r/trueosiris/godaddypy/)
[](https://hub.docker.com/r/trueosiris/godaddypy/)




Example 2:
[](https://github.com/TrueOsiris/docker-godaddypy/issues?q=is%3Aissue%20)
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