Merge pull request #7 from nick-2017/patch-1

Update terms.md - Add Nest and Egg
This commit is contained in:
Dane Everitt 2018-07-28 16:06:13 -07:00 committed by GitHub
commit 33bdf211f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)