From 993b3dc0c347a060af7337a1a89c0103a6a93ac3 Mon Sep 17 00:00:00 2001 From: fredmaggiowski Date: Wed, 27 Apr 2016 16:32:52 +0200 Subject: [PATCH] Added CLI usage example Being new to both osm and docker had me hitting my head a lot to discover this simple command.. It could be useful to other users. --- help.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/help.txt b/help.txt index c3cba5a..885e457 100644 --- a/help.txt +++ b/help.txt @@ -36,4 +36,10 @@ Start the webserver: docker run -P -v /data/osm-postgresql:/var/lib/postgresql homme/openstreetmap-tiles \ startdb startservices +Use the cli: + To use the cli you can run: + + docker run -it homme/openstretmap-tiles cli + + For further information run the cli and look at /usr/local/share/doc/README.md.