From 5476cf6c212606877b9230c7d789be2c8cd263de Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 16 Jul 2017 09:21:10 +0200 Subject: [PATCH] doc: update readme, add docker badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 39a3a0644..de0b11c5d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ [![codecov](https://codecov.io/gh/verdaccio/verdaccio/branch/master/graph/badge.svg)](https://codecov.io/gh/verdaccio/verdaccio) [![Gitter chat](https://badges.gitter.im/verdaccio/questions.png)](https://gitter.im/verdaccio/) +[![dockeri.co](http://dockeri.co/image/verdaccio/verdaccio)](https://hub.docker.com/r/verdaccio/verdaccio/) + It allows you to have a local npm registry with zero configuration. You don't have to install and replicate an entire CouchDB database. Verdaccio keeps its own small database and, if a package doesn't exist there, it asks npmjs.org for it keeping only those packages you use.