You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have setup owntracks many years ago as docker container. I don't remember exactly what I did and I normally don't use docker, so no idea how to move it. I searched a bit about docker but quickly getting overwhelmed: export vs save, commit, data volumes, persistance of parameters ...
I have this:
# docker ps|grep own
48bbeb130c73 owntracks/recorder "/entrypoint.sh" 3 years ago Up 4 months 0.0.0.0:8083->8083/tcp, :::8083->8083/tcp musing_knuth
What is the best way to move this to a different host, preserving everything?
The text was updated successfully, but these errors were encountered:
I hope someone versed in Docker will chime in as, as usual, "it depends". I think it mainly depends on whether, at the time, you created a volume for OwnTracks data or not, and if so that needs to be exported as well. I cannot answer your question.
Moving this issue to the docker-recorder repo so as to attract attention there.
Thanks. Unfortunately I don't remember at all how I set it up.
# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
48bbeb130c73 owntracks/recorder "/entrypoint.sh" 3 years ago Up 4 months 0.0.0.0:8083->8083/tcp, :::8083->8083/tcp musing_knuth
I guess this suggests there is a volume? Or even two? I am also not sure how this container was set up in terms of environment variables or command line arguments.
I have setup owntracks many years ago as docker container. I don't remember exactly what I did and I normally don't use docker, so no idea how to move it. I searched a bit about docker but quickly getting overwhelmed: export vs save, commit, data volumes, persistance of parameters ...
I have this:
What is the best way to move this to a different host, preserving everything?
The text was updated successfully, but these errors were encountered: