From d679d2eafce16b007bea3f53afc3a80aaa50d170 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 28 Jul 2018 23:45:40 +0100 Subject: [PATCH] Update terms.md - Add Nest and Egg --- project/terms.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/project/terms.md b/project/terms.md index 6799fc02..0b664d2f 100644 --- a/project/terms.md +++ b/project/terms.md @@ -13,6 +13,12 @@ created on nodes, and you can have multiple servers per node. **Container** — Each server will be running inside an isolated container to enforce hardware limitations (such as CPU and RAM) and avoid any interference between servers on one node. These are created by Docker. +**Nest** — Each nest is usually used as a specific game or service, for example: Minecraft, Teamspeak or Terraria and can contain many eggs. + +**Egg** — Each egg is usually used to store the configuration of a specific type of game, for example: Vanilla, Spigot or Bungeecord for Minecraft. + + + ## Example Setup Diagram ![](./../.vuepress/public/example_setup.png)