juruen / rmapi

Go app that allows you to access your reMarkable tablet files through the Cloud API
GNU Affero General Public License v3.0
966 stars 100 forks source link

Automated Docker image build #173

Open m0wer opened 3 years ago

m0wer commented 3 years ago

It would be nice to automate the Docker image building process so users could only pull the built image instead of having to build it themsleves.

This could be done easily with Docker Hub, which allows to automatically build an image from a GitHub repository.

ddvk commented 3 years ago

to be fair, i don't get it why you would run it in a container, this being a command line tool (jalso there are automatic binary relases)

m0wer commented 3 years ago

to be fair, i don't get it why you would run it in a container, this being a command line tool (jalso there are automatic binary relases)

It's a way of having it updated and not having to compile it yourself. Thanks for letting me know about the binary release, I didn't realize about it earlier.