diff --git a/README.md b/README.md
index ae2ddd13f20cbbf78fb47e45812f027c83998fb0..4bb88a32cbbb4f51567d5df00a4e1acba9decc69 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,13 @@ Dashboard to manage and keep an eye on multiple BigBlueButton rooms.
 
 🏗 This Project is still unfinished. The bulk create function does not work yet. It might crash.
 
+## Usage (with Docker)
+
+- Install a docker runtime
+- Have a username and password of a user (which can sign in and create rooms on the bbb instance you want to use) at hand.
+- Run `docker run --env BOT_USERNAME=<YOUR_USER> --env BOT_PASSWORD=<YOUR_PW> -p 3000:3000 registry.gitlab.fachschaften.org/jfowl/bbb-dashboard:latest`, but replace `<YOUR_USER>` and `<YOUR_PW>` with the actual username and password.
+- Access the dashboard at localhost:3000
+
 ## Development
 
 WIP!