1 changed files with 13 additions and 1 deletions
@ -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. |
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/` |
||||||
|
|
||||||
|
Loading…
Reference in new issue