-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make import-osm
fails with Docker Toolbox for Windows
#807
Comments
@zstadler we specifically made sure that all docker images can run without the root access. Running as root creates all local files as root as well, requiring |
@nyurik, The above is my capture of the issue and the only solution I have found. |
So there are two changes you have here -- using volumes instead of local dirs, and removing |
The problem is that |
make import-osm
fails with Docker Toolbox for Windows.Failure log:
To reproduce:
Workaround:
The following changes need to be reverted.
Restore the run of
import-osm
as root.Restore the use of an anonymous volume for
cache
.The text was updated successfully, but these errors were encountered: