Browse Source

Update README.md

Bastien Sevajol 6 years ago
parent
commit
beb43bf4d6
No account linked to committer's email
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md View File

102
 
102
 
103
 In case you prefer using Docker:
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
 Make sure `docker.service` is started correctly.
106
 Make sure `docker.service` is started correctly.
107
 
107
 
108
+    systemctl status docker.service
109
+
108
 **If you want to use the latest stable image: **
110
 **If you want to use the latest stable image: **
109
 
111
 
110
     sudo docker run \
112
     sudo docker run \