From e36c9fdf63f2306045b0fe54b9f1b7576d5024b2 Mon Sep 17 00:00:00 2001 From: OpenSource Date: Tue, 25 Apr 2023 18:57:17 +0000 Subject: [PATCH] GITBOOK-94: Added docker installation manual --- overview/installation/adding-a-node.md | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/overview/installation/adding-a-node.md b/overview/installation/adding-a-node.md index 1eeba29..da5f6f6 100644 --- a/overview/installation/adding-a-node.md +++ b/overview/installation/adding-a-node.md @@ -10,6 +10,42 @@ In order to create subservers, you need to have nodes configured. Each node can ## Instructions +### Download Docker + +For PlayerServers to be created, you need to have Docker installed on each of your nodes. + +For a quick install of Docker CE, you can execute the command below: + +```bash +curl -sSL https://get.docker.com/ | CHANNEL=stable bash +``` + +
+ +Alternative approach + +If you have issues with the command above, you may want to try the following one as well (Debian based systems only): + +```bash +sudo apt install docker.io +``` + +
+ +If you would rather do a manual installation, please reference the official Docker documentation for how to install Docker CE on your server. Some quick links are listed below for commonly supported systems. + +* [Ubuntu](https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-ce) +* [CentOS](https://docs.docker.com/install/linux/docker-ce/centos/#install-docker-ce) +* [Debian](https://docs.docker.com/install/linux/docker-ce/debian/#install-docker-ce) + +**Start Docker on Boot** + +If you are on an operating system with systemd (Ubuntu 16+, Debian 8+, CentOS 7+) run the command below to have Docker start when you boot your machine. + +```bash +systemctl enable --now docker +``` + ### Download Daemon In order to create a node, you'll need to download the latest Daemon.