summaryrefslogtreecommitdiff
path: root/ci/docker/tomtom/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ci/docker/tomtom/README.md')
-rw-r--r--ci/docker/tomtom/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/docker/tomtom/README.md b/ci/docker/tomtom/README.md
deleted file mode 100644
index badaf2707..000000000
--- a/ci/docker/tomtom/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-This is the code used to build the image available at https://hub.docker.com/r/navit/tomtom-build-image/
-
-If you want to build and use that image locally, you can do the following:
-docker build . -t navit/tomtom-build-image
-docker run -ti -v /tmp:/output navit/tomtom-build-image /bin/bash /entrypoint.sh
-
-The resulting build will be in your /tmp/ folder.