kartaview / upload-scripts

Uploader tools for KartaView
MIT License
59 stars 30 forks source link

docker setup issue #84

Open rwelty1889 opened 5 years ago

rwelty1889 commented 5 years ago

trying to use the current version in docker on a Mac running 10.13.6.

make docker completes, apparently successfully. first run docker command fails as follows:

$ docker run -Pit osc-up osc_tools.py docker: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"osc_tools.py\": executable file not found in $PATH": unknown.

i'm not tremendously experienced with docker, but like the idea of running it this way. please advise.

mds08011 commented 5 years ago

You might want to read through this discussion: https://github.com/openstreetcam/upload-scripts/pull/71#issuecomment-465318837

I am not experienced with Docker, but it seems similar.

rwelty1889 commented 5 years ago

will try it later. it would be nice of the README reflected stuff like this.