From e6d20a174a7e6fb11e2cb137a49398e485632777 Mon Sep 17 00:00:00 2001 From: Shadowhacker Date: Sun, 8 Aug 2021 00:23:07 +0200 Subject: [PATCH] Add Docker to terminology (#367) * Update terms.md --- project/terms.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project/terms.md b/project/terms.md index b624638c..5429768c 100644 --- a/project/terms.md +++ b/project/terms.md @@ -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** — Docker is a platform that lets you separate the application from your infrastructure into isolated, secure containers. + **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 @@ -25,4 +27,4 @@ created on nodes, and you can have multiple servers per node. ## Example Setup Diagram -![](./../.vuepress/public/example_setup.png) +![](./../.vuepress/public/example_setup.png) \ No newline at end of file