author_info and device_info.xml setup #117
-
I followed the instructions on creating the author_info.xml and device_info.xml but the data doesn't appear to be showing up in the resulting *.txc files. I also do not have any device info showing up in the activity upon upload to Garmin. I'm using p2g1.2.0 with Docker (first time using docker!). Both xml files are located in the main p2g directory. Is there something else that I could be missing that I can look into? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You likely need to mount these files so they are accessible in the Docker container. The docker container is a completely isolated file system so it does not have access to anything unless you give it access. Just off the top of my head, I think you will want something like this:
In the volumes section, the syntax is |
Beta Was this translation helpful? Give feedback.
You likely need to mount these files so they are accessible in the Docker container. The docker container is a completely isolated file system so it does not have access to anything unless you give it access.
Just off the top of my head, I think you will want something like this: