Dockerfile to build a Simple OPDS server docker image. http://www.sopds.ru
Pull the latest version of the image from the docker index. This is the recommended method of installation as it is easier to update image in the future. These builds are performed by the Docker Trusted Build service.
docker pull allion/docker-sopds:latest
Alternately you can build the image yourself.
git clone https://github.com/allion/docker-sopds.git
cd docker-sopds
docker build -t="$USER/sopds" .
Run the image
docker run --name=sopds -d \
-p 8081:8081 \
-v /path/to/library:/library \
allion/docker-sopds:latest
This will start the sopds server and you should now be able to browse the content on port 8081.
docker exec -it sopds bash
/sopds-master/py/sopds-scan.py &