Closed tuxfoo closed 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.
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.