Merge pull request #19 from tenten8401/patch-1

Use quick installation script for Docker
This commit is contained in:
Dane Everitt 2018-09-29 14:26:24 -07:00 committed by GitHub
commit 3c9a4f30ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,12 @@ Pterodactyl's Daemon requires the following dependencies be installed on your sy
* `python` * `python`
### Installing Docker ### 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. are listed below for commonly supported systems.
* [Ubuntu](https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-ce) * [Ubuntu](https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-ce)