|
@@ -102,9 +102,11 @@ If you want your own dedicated instance but do not want to manage it by yourself
|
102
|
102
|
|
103
|
103
|
In case you prefer using Docker:
|
104
|
104
|
|
105
|
|
-You need to install docker on your server first.
|
|
105
|
+You need to install docker on your server first (see [https://docs.docker.com/install/linux/docker-ce/debian/](here))
|
106
|
106
|
Make sure `docker.service` is started correctly.
|
107
|
107
|
|
|
108
|
+ systemctl status docker.service
|
|
109
|
+
|
108
|
110
|
**If you want to use the latest stable image: **
|
109
|
111
|
|
110
|
112
|
sudo docker run \
|