aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbvoudenaarde <oudenaar@gmail.com>2016-11-21 14:41:28 +0100
committerbvoudenaarde <oudenaar@gmail.com>2016-11-21 14:41:28 +0100
commite2ba4c0793489f40a48555c34fce32ad5e19db6b (patch)
treee179637f9622d0ea43ac35ea2f77eb1696521805 /README.md
parent82f51b570a0957587b25b48fdb5cfd21c4b14e9d (diff)
downloadtraccar-server-e2ba4c0793489f40a48555c34fce32ad5e19db6b.tar.gz
traccar-server-e2ba4c0793489f40a48555c34fce32ad5e19db6b.tar.bz2
traccar-server-e2ba4c0793489f40a48555c34fce32ad5e19db6b.zip
small fixes getting image build again
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index 833314f69..6f2afc7a3 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,25 @@ 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 -ti tananaev/traccar:<TAG>
+
## Team
- Anton Tananaev ([anton@traccar.org](mailto:anton@traccar.org))