Add "Yolk" and "Docker image" term to terminology (#387)

* Add "Yolk" and "Docker image" term to terminology
This commit is contained in:
Boy132 2021-08-07 15:03:38 +02:00 committed by GitHub
parent 67442f1b74
commit 610ee1c5be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@ controlling servers via the Panel.
**Server** — In this case, a server refers to a running instance that is created by the panel. These servers are
created on nodes, and you can have multiple servers per node.
**Docker Image** — A Docker image contains everything needed to run a containerized application. (e.g. Java for a Minecraft Server).
**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.
@ -17,6 +19,8 @@ created on nodes, and you can have multiple servers per node.
**Egg** — Each egg is usually used to store the configuration of a specific type of game, for example: Vanilla, Spigot or Bungeecord for Minecraft.
**Yolks** — A curated collection of core docker images that can be used with Pterodactyl's Egg system.
## Example Setup Diagram