Osrm-backend: [error] Input file .osm.pbf not found!

Created on 7 Jul 2017  路  2Comments  路  Source: Project-OSRM/osrm-backend

Hello everyone! I have the same issue as this one:
https://github.com/Project-OSRM/osrm-backend/issues/4095

File sharing with docker by default works with /Users and its subdirectories...

Don't know what to do really...

MacOS Sierra 10.12.5 , latest docker and container.

screen shot 2017-07-07 at 15 11 54

Most helpful comment

@Lifeuser the OSM file path must be in a docker image file system. The option -v $(pwd):/data mounts the current work directory on the host to /data mounting point in the image.

You can try /data/central-fed-district-latest.osm.pbf if the host working directory is /Users/lifeuser

All 2 comments

@Lifeuser the OSM file path must be in a docker image file system. The option -v $(pwd):/data mounts the current work directory on the host to /data mounting point in the image.

You can try /data/central-fed-district-latest.osm.pbf if the host working directory is /Users/lifeuser

Got it now! Works fine, thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

koussaimb picture koussaimb  路  4Comments

rachha picture rachha  路  4Comments

freenerd picture freenerd  路  4Comments

ryanbishop12 picture ryanbishop12  路  4Comments

Bardo-Konrad picture Bardo-Konrad  路  3Comments