mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-12 18:36:04 -06:00
Merge pull request #19 from tenten8401/patch-1
Use quick installation script for Docker
This commit is contained in:
commit
3c9a4f30ec
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user