diff --git a/docs/docker.md b/docs/docker.md
index 537d84f43..bbcf902b0 100644
--- a/docs/docker.md
+++ b/docs/docker.md
@@ -3,6 +3,12 @@ id: docker
title: Docker
---
+
+
+
+
+
+
To pull the latest pre-built [docker image](https://hub.docker.com/r/verdaccio/verdaccio/):
```bash
diff --git a/website/static/css/custom.css b/website/static/css/custom.css
index 2f59c4b0d..46b892c77 100644
--- a/website/static/css/custom.css
+++ b/website/static/css/custom.css
@@ -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) {
}