tuxfoo / lbry-seedit

A simple script to help support the lbry network and your favourite creators on it.
GNU General Public License v2.0
33 stars 10 forks source link

Add to container Repo #9

Closed tuxfoo closed 3 years ago

tuxfoo commented 4 years ago

Get the container to a point we can add it to a repo such as docker hub so the user can pull the container without the need to build it.

tuxfoo commented 3 years ago

I have pushed a image to docker hub. This image has not yet been tested, you can see it in the https://github.com/tuxfoo/lbry-seedit/tree/dev branch

Pull it with

docker pull tuxfoo/lbry-seedit:latest

Run the container replacing the destination path with to location of where you would like to store hosted data.

docker run -v /path/to/lbrydata_dest:/home/lbrynet -d --name seedit lbry-seedit:latest

Edit the lbry-seedit.py file which will be stored in the destination volume from the previous command.

Feedback is welcome, cheers.