Update terms.md - Add Nest and Egg

This commit is contained in:
Nick 2018-07-28 23:45:40 +01:00 committed by GitHub
parent 9975b0769a
commit d679d2eafc
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)