From 445eca900910e42e4ee0af6a6d85014aeb4c9d24 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 2 May 2022 22:06:27 +0000 Subject: [PATCH] Update 'Magicbane out of the Box' --- Magicbane-out-of-the-Box.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Magicbane-out-of-the-Box.md b/Magicbane-out-of-the-Box.md index 4ffd5cf..5a850ee 100644 --- a/Magicbane-out-of-the-Box.md +++ b/Magicbane-out-of-the-Box.md @@ -1,4 +1,16 @@ -#### Converting MagicBox to a Server based Magicbane installation +## Converting MagicBox to a Server based Magicbane installation MagicBox administrators might decide they wish to deploy Magicbane outside of the container configuration. While it works perfectly for solo development or as an instant game-server; bare metal deployments have some benefits for larger teams. +The MagicBox adminisrator is lucky as Magicbane runs just as well outside of the box. + +#### Geting Magicbane out of the box + +Find the container id of your MagicBox + +`docker ps` + +Copy Magicbane out of the container + +`docker cp CONTAINERID:/home/mbbox/magicbane /home/YOURDIRHERE/` +