Add Docker to terminology (#367)

* Update terms.md
This commit is contained in:
Shadowhacker 2021-08-08 00:23:07 +02:00 committed by GitHub
parent 97779df7e0
commit e6d20a174a
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** — 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)