0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

docs: add docker counter to website

This commit is contained in:
Juan Picado @jotadeveloper 2018-05-01 09:21:43 +02:00
parent dc9880920e
commit 8992248502
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 10 additions and 0 deletions

View file

@ -3,6 +3,12 @@ id: docker
title: Docker
---
<div class="docker-count">
![alt Docker Pulls Count](http://dockeri.co/image/verdaccio/verdaccio "Docker Pulls Count")
</div>
To pull the latest pre-built [docker image](https://hub.docker.com/r/verdaccio/verdaccio/):
```bash

View file

@ -14,6 +14,10 @@
text-decoration: none !important;
}
.docker-count img {
margin-left: initial;
}
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}