November 29, 20223 yr I'm use to installing dockers from community applications, but I found some Docker instructions for a tool I would like that isn't in CA. However, I'm having a hard time figuring out how to follow them for Docker in an Unraid setup. The specific instructions I'm trying to follow are: https://hub.docker.com/r/overv/openstreetmap-tile-server I'm trying to accomplish this: docker run -e UPDATES=enabled -v /absolute/path/to/luxembourg.osm.pbf:/data/region.osm.pbf -v /absolute/path/to/luxembourg.poly:/data/region.poly -v osm-data:/data/database/ overv/openstreetmap-tile-server import And then later this: docker run -p 8080:80 -v osm-data:/data/database/ -d overv/openstreetmap-tile-server run Note one ends in import and another ends in run. Would I enter this information into the command line? Do I need to add any additional parameters/fields into the mix like I see CA or Unraid adding (ie: -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower"). For some other situations I've clicked "Add Container" under the "Docker" tab and added the repository and completed the various fields, but nothing for something like this import/run setup. And it was always a crap shoot if the new docker would even start up or not. How would I proceed? Edited November 29, 20223 yr by jhugh
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.