Merge pull request #282 from raikasdev/patch-1

Update terms.md
This commit is contained in:
Dane Everitt 2020-11-29 10:43:39 -08:00 committed by GitHub
commit 35599c1876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,10 @@ nodes and servers to the system.
**Node** — A node is a physical machine that runs an instance of the Daemon. **Node** — A node is a physical machine that runs an instance of the Daemon.
**Daemon** — A service written in Nodejs that interfaces with Docker and the Panel to provide secure access for **Daemon** — A service written in Nodejs that interfaces with Docker and the Panel to provide secure access for
controlling servers via the Panel. controlling servers via the Panel before 1.0.
**Wings** — The newer service written in Go that interfaces with Docker and the Panel to provide secure access for
controlling servers via the Panel after 1.0.
**Server** — In this case, a server refers to a running instance that is created by the panel. These servers are **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. created on nodes, and you can have multiple servers per node.