Go to file
Thomas Klaehn e23a36e734 bicycle-statistics: Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
2018-07-26 15:37:25 +02:00
Dockerfile bicycle-statistics: Initial commit 2018-07-26 15:37:25 +02:00
README.md bicycle-statistics: Initial commit 2018-07-26 15:37:25 +02:00
run.sh bicycle-statistics: Initial commit 2018-07-26 15:37:25 +02:00

bicycle statistics

Observe <infolder> for gpx files and create a html statistics page based on it at <outfolder>.

Build

docker build -t <image_name> .

Run

docker run -d  -v <infolder>:/bs_in -v <outfolder>:/bs_out --name <container_name> --restart always <image_name>

Example

docker build -t bicycle_statistics_creator .
docker run -d  -v /srv/nextcloud/data/tkl/files/Bicycle:/bs_in -v /srv/bicycle.blackfinn.de/data:/bs_out --name bicycle-statistics --restart always bicycle_statistics_creator