diff --git a/docs/self-hosting.md b/docs/self-hosting.md
index 24df91855bc030cd4c01e1eb24c92d7abad44e78..11aa029acb35dba88adcc55144150eeca102b287 100644
--- a/docs/self-hosting.md
+++ b/docs/self-hosting.md
@@ -4,10 +4,25 @@ Although Renovate is now best known as a "service" via the GitHub App, that serv
 
 ## Install
 
+#### npmjs
+
 ```
 $ npm install -g renovate
 ```
 
+#### Docker
+
+Renovate is available for Docker via an automated build [renovate/renovate](https://https://hub.docker.com/r/renovate/renovate/). It builds `latest` based on the `master` branch and all semver tags are published too. All the following are valid:
+
+```
+$ docker run renovate/renovate
+$ docker run renovate/renovate:11.32.3
+$ docker run renovate/renovate:11.32
+$ docker run renovate/renovate 11
+```
+
+If you wish to configure Renovate using a `config.js` file then map it to `/src/config.js` using Docker volumes.
+
 ## Authentication
 
 You need to select a repository user for `renovate` to assume the identity of,