jpidrovo Posted January 12 Share Posted January 12 Hi, can someone please guide me how to create a docker container out of this Docker installation steps? GitHub - jaroslawhartman/withings-sync: Synchronisation of Withings weight $ docker pull ghcr.io/jaroslawhartman/withings-sync:master this app/docker helps synchronizing an app "withings" that keep track of different body measures and the Garmin connect app. I have no clue how to get started to create this docker app. thank you so much for your time Quote Link to comment
Findthelorax Posted May 27 Share Posted May 27 Hi, I know it's been a while but i've been working on this myself. Do you still need help with it? I found these resources: https://github.com/jaroslawhartman/withings-sync and https://github.com/maruina/docker-withings-sync I tried the maruina docker but it wasn't pulling from the updated withings-sync repo and gave me a type error. I ended up learning and pushing my own which seems to work for now but I really don't have a good grasp on what exactly i'm doing. For now you should be able to run: docker run -it -e GARMIN_USERNAME='<GARMIN_EMAIL>' -e GARMIN_PASSWORD='<GARMIN_PASSWORD>' -v /mnt/user/appdata/withings-sync:/root ghcr.io/findthelorax/docker-withings-sync:latest /bin/bash then withings-sync -f 2019-01-25 -v which should prompt for a token Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.