Skip to content

Commit

Permalink
Updated Docker Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbrueggemann committed Jul 26, 2017
1 parent ca59087 commit 41b6c9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ Build from project root directory with:

docker build . -t tilemaker

The docker container can be run e.g.:
The docker container can be run like this:

docker run -i -t --rm tilemaker --help
docker run -v /Users/Local/Downloads/:/srv -i -t --rm tilemaker /srv/germany-latest.osm.pbf --output=/srv/germany.mbtiles

Keep in mind to map the volume your .osm.pbf files are in to a path within your docker container, as seen in the example above.

Configuring
-----------
Expand Down

0 comments on commit 41b6c9d

Please sign in to comment.