Browse Source

Update README.md

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

+ 10 - 1
README.md View File

@@ -102,7 +102,8 @@ 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 (see [here](https://docs.docker.com/install/linux/docker-ce/debian/))
105
+You need to install docker on your server first (see [here for debian](https://docs.docker.com/install/linux/docker-ce/debian/) or [here for windows]([docker toolbox](https://docs.docker.com/toolbox/toolbox_install_windows/)))
106
+
106 107
 Make sure `docker.service` is started correctly.
107 108
 
108 109
     systemctl status docker.service
@@ -120,6 +121,14 @@ Then use image like following (adapt volume paths or ports as you want):
120 121
 
121 122
 
122 123
 All docker images are available here : https://hub.docker.com/u/algoo/
124
+More information about build docker image: https://github.com/tracim/docker_tracim
125
+
126
+Description of versioning:
127
+
128
+* algoo/`tracim:latest` is latest stable image from branch master
129
+* algoo/`tracim:<$tag>` is a stable tag image from branch master
130
+* algoo/`tracim_testing:latest` is a latest image from branch develop
131
+* algoo/`tracim:unstable` is a latest unstable image from branch develop
123 132
 
124 133
 ----
125 134