소스 검색

Documents running the docker image (#375)

algooapy 7 년 전
부모
커밋
966d0875d0
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      README.md

+ 6 - 0
README.md 파일 보기

98
 
98
 
99
 If you want your own dedicated instance but do not want to manage it by yourself, let's contact me at damien.accorsi@free.fr
99
 If you want your own dedicated instance but do not want to manage it by yourself, let's contact me at damien.accorsi@free.fr
100
 
100
 
101
+## Docker ##
102
+
103
+In case you prefer using Docker:
104
+
105
+    docker run -e DATABASE_TYPE=sqlite -p 80:80 -v /var/tracim/etc:/etc/tracim -v /var/tracim/var:/var/tracim algoo/tracim
106
+
101
 ## Install Tracim on your server ##
107
 ## Install Tracim on your server ##
102
 
108
 
103
 Following the installation documentation below, you'll be able to run your own instance on your server.
109
 Following the installation documentation below, you'll be able to run your own instance on your server.