From a5aca48e6b3a27abfe223ef39349d5831ecf5bb9 Mon Sep 17 00:00:00 2001 From: Isaac A Date: Sat, 11 Aug 2018 21:32:03 -0400 Subject: [PATCH] Use quick installation script for Docker --- daemon/installing.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/daemon/installing.md b/daemon/installing.md index 7e7a5728..e226baf6 100644 --- a/daemon/installing.md +++ b/daemon/installing.md @@ -52,7 +52,12 @@ Pterodactyl's Daemon requires the following dependencies be installed on your sy * `python` ### Installing Docker -Please reference the official Docker documentation for how to install Docker CE on your server. Some quick links +For a quick install of Docker CE, you can execute the command below: +``` bash +curl -sSL https://get.docker.com/ | CHANNEL=stable bash +``` + +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)