aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-26 20:13:46 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-11-26 20:13:46 +1300
commit6d022a7cbdacc747dd8517a8c82c3238d63637ac (patch)
tree8a456df6415bc2fd815cfd78cdb22596e361a059 /README.md
parent0999fa040f093c37d1e7759a3a61b4227c2a6175 (diff)
downloadtraccar-server-6d022a7cbdacc747dd8517a8c82c3238d63637ac.tar.gz
traccar-server-6d022a7cbdacc747dd8517a8c82c3238d63637ac.tar.bz2
traccar-server-6d022a7cbdacc747dd8517a8c82c3238d63637ac.zip
Update readme file docker info
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 1 insertions, 18 deletions
diff --git a/README.md b/README.md
index 376bb296a..1f3264dc6 100644
--- a/README.md
+++ b/README.md
@@ -9,24 +9,7 @@ Traccar is open source server for various GPS tracking devices. Project is writt
Please read [build from source documentation](https://www.traccar.org/build/) on the official website.
-To build the Docker images first clone:
-
-$ git clone git@github.com:tananaev/traccar.git
-$ cd traccar
-
-Now init submodules:
-
-$ git submodule init
-$ git submodule update
-
-Now you are able to build docker images:
-
-$ chmod 755 ./setup/docker/build.sh
-$ ./setup/docker/build.sh
-
-Running docker container based on this images:
-
-$ docker run --name traccar -p 8082:8082 -p 5000-5150:5000-5150 tananaev/traccar:<TAG>
+[Docker documentation](https://www.traccar.org/docker/) is also available of the website.
## Team