Skip to content

Commit

Permalink
Added CLI usage example
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
FedericoMaggi committed Apr 27, 2016
1 parent 097ca4d commit 619b3af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 619b3af

Please sign in to comment.