samirelanduk / reddit-save

A Python tool for backing up your saved and upvoted posts on reddit to your computer.
134 stars 14 forks source link

Add Docker Info to README #4

Closed darylf closed 2 years ago

darylf commented 2 years ago

Hi, I just discovered this repository and it works splendidly! I was going to suggest docker-ifying the script, until I noticed you already had a dockerfile and docker-compose in the code.

You might want to consider adding instructions to the readme guiding how to to run the script as a docker container. It would have made some of the setup (albiet already quite simple) even easier.

Thanks for all your hard work!

thisaccountname commented 2 years ago

Wishing for the same thing right now @darylf

What was your final compose process? I'm getting

ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

ERROR: pull access denied for reddit-save, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
samirelanduk commented 2 years ago

Hi all, so I didn't do the Docker stuff, this was kindly contributed by another user - though I agree it would be the easiest way to get this set up.

I will look into this properly later, but in the meantime if you just delete the image line will it not just try to build it from the local Dockerfile? As far as I know there is no reddit-save image on Dockerhub.

samirelanduk commented 2 years ago

Just added some instructions now, let me know if anything still doesn't work.