Skip to content

Docker volumes #163

Answered by jvde-github
86bjorn asked this question in Q&A
Sep 5, 2023 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Hey, thanks! Glad to hear.

The backup is not created by default but will be with the setting -N FILE filename. So, free choice where to put it. On the docker command line you can map it to a file outside the container:

docker run --rm -it --pull always -v /home/jasper:/opt --device /dev/bus/usb -p 8100:8100 ghcr.io/jvde-github/ais-catcher:latest -N 8100 file /opt/backup

Perhaps you can keep the backup file in the container without mapping it locally, but have not tested that.

Does that answer it?

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by 86bjorn
Comment options

You must be logged in to vote
3 replies
@86bjorn
Comment options

@jvde-github
Comment options

@jvde-github
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants