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:
parent
dc9880920e
commit
8992248502
2 changed files with 10 additions and 0 deletions
|
@ -3,6 +3,12 @@ id: docker
|
|||
title: Docker
|
||||
---
|
||||
|
||||
<div class="docker-count">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
To pull the latest pre-built [docker image](https://hub.docker.com/r/verdaccio/verdaccio/):
|
||||
|
||||
```bash
|
||||
|
|
|
@ -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) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue