diff --git a/MagicBox-%3A-Magicbane-in-a-Box.md b/MagicBox-%3A-Magicbane-in-a-Box.md
index eb25132..4391222 100644
--- a/MagicBox-%3A-Magicbane-in-a-Box.md
+++ b/MagicBox-%3A-Magicbane-in-a-Box.md
@@ -1,13 +1,34 @@
-## MagicBox : Magicbane in a Box!
-
-⦿ Fully containerized Magicbane server
+## MagicBox : Magicbane MMO in a Box!
+⦿ Fully containerized Magicbane server
⦿ Runs on commodity hardware
⦿ Allows anyone with a dream and a pc to run their own MMO
⦿ Full integration with the Magicbane repo for easy development
⦿ Plugin system allows for full run-time modification of the game
⦿ Automatic network configuration. Open ports on your router and play
-⦿ Magicbane MMO technology; launching a new era of Shadowbane
\ No newline at end of file
+⦿ Magicbane MMO technology; launching a new era of Shadowbane
+
+
+### Minutes to a Magicbox
+
+>MagicBox contains the exact same codebase, database and devops scripts that drive the Magicbane production server. The *only* difference between the two; with MagicBox the mb.conf configuration directory is externally mounted on the host. This allows a MagicBox administrator to reconfigure his game without first having to start the Magicbox.
+
+### Docker
+
+Docker is available for most all operating systems. Along with a Docker Hub account these are the only two pre-requisites to running a MagicBox. It is worth mentioning that Docker is most at home on Linux.
+
+[Install Docker](https://docs.docker.com/get-docker/)
+
+[Docker Hub](https://hub.docker.com/)
+
+- Sign into Docker Hub
+
+`docker login`
+
+Pull the image
+
+`docker pull magicbane/magicbox`
+