EverybodyKurts / garmin-fit-csv-tool-dockerfile

A dockerfile for the garmin fit csv tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

garmin-fit-sdk-dockerfile

Convert Garmin fit files into csvs.

Usage

docker run --rm \
  --mount type=bind,source="$(pwd)"/fits,destination=/fits \
  fit-sdk /fits/Carson.fit

docker run --rm \
  --mount type=bind,source="$(pwd)"/fits,destination=/fits \
  fit-sdk java -jar FitCSVTool.jar /fits/Carson.fit

About

A dockerfile for the garmin fit csv tool.


Languages

Language:Dockerfile 100.0%