From 125fe5afe5a045135fcbcf915fb0678da3d20d00 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Tue, 21 May 2019 15:11:35 -0400 Subject: [PATCH] add docker badge to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 347af71df..ec11db1f7 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ [![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] +[![Pulls][docker-pulls-img][docker-image-url] [![MIT License][license-image]][license-url] @@ -208,6 +209,8 @@ Links: [npm-url]: https://npmjs.org/package/ohif-viewer [npm-downloads-image]: https://img.shields.io/npm/dm/ohif-viewer.svg?style=flat-square [npm-version-image]: https://img.shields.io/npm/v/ohif-viewer.svg?style=flat-square +[docker-pulls-img]: https://img.shields.io/docker/pulls/ohif/viewer.svg?style=flat-square +[docker-image-url]: https://hub.docker.com/r/ohif/viewer [license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square [license-url]: LICENSE