Description
Hello Matioupi,
I've had more time to play with this. The installation worked and docs are great. When I run:
docker run --rm -v "$(pwd):/data" muskox/trm2rinex:cli-light data/TEST1310.T02 -p data/out -n -d -co -s -v 3.04 -h 0.1387
Error: CtrimbleFile - unable to open file:Z:\data\TEST1310.T02Open
As you can see, I do not have data in the Wine Z:/ filesystem. My ignorance is I know linux but not Wine, so I don't know how to get it there.
I used your notes in the README and did
docker run -it --rm muskox/trm2rinex:cli-light /bin/bash
and I can get into the container filesystem. I could copy things into /home/trm2rinex via the docker run command. Is this the best way to do this? I'd love to hear any tips or tricks that you have.
Thank you for making this tool,
Scott
Activity