diff --git a/Earthfile b/Earthfile
index 4bbff6094a6d22b8c3d434809e6f6ce24d4f0ef9..7c5e0b1df2d96d62065b7238f822655d6f7b492c 100644
--- a/Earthfile
+++ b/Earthfile
@@ -1,4 +1,4 @@
-VERSION 0.7
+VERSION --wait-block 0.7
 
 # images builds all container images in the Repository
 images:
@@ -43,3 +43,11 @@ enable-autoupdates:
     LOCALLY
     ARG --required node
     RUN kubectl label node "${node}" upgrade.shivering-isles.com/fedora-autoupdate=true
+
+# docs runs a local mdbook instance using koolbox that will listen on localhost:3000
+docs:
+    WAIT
+        BUILD ./images/koolbox+install
+    END
+    LOCALLY
+    RUN koolbox mdbook serve docs