How backup nominatim-docker for an offline host #236
Unanswered
fakhamatia
asked this question in
Q&A
Replies: 1 comment 5 replies
-
If I understand the question correctly you want to move the entire container to another host. For this I would use docker import/export. https://bobcares.com/blog/docker-export-and-import-containers/ |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an offline machine and it's not connected to the internet at all.
I want to create a container in an online machine and create a clone of it and restore it to the offline machine.
Log
I use this command to build a container in the online machine, readme said to use this command to persistent container data.
I have a few questions:
--rm
remove what? should not remove it?PBF_URL
andREPLICATION_URL
want a web URL, the offline machine does not connect to the internet how downloadpbf
file? Or how to give a local path of file?Beta Was this translation helpful? Give feedback.
All reactions