#docker Ubooquity
Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks.
Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.
git clone --depth=1 https://github.com/hurricanehernandez/ubooquity.git
cd ubooquity
docker build --rm=true -t ubooquity .
/configLocation of configurations files, logs, and jar file of Ubooquity.
/mediaLocation of files you wish to share via Ubooquity.
UBOOQUITY_PORTPort to be used by Ubooquity default port is 8085.
docker run -d -p 8085:8085 -v /*Ubooquity_cofing_dir*:/config -v /*your_media_location*:/media -v /etc/localtime:/etc/localtime:ro --name=Ubooquity hurricane/ubooquity
Content type
Image
Digest
sha256:b883085b5…
Size
238.2 MB
Last updated
almost 11 years ago
docker pull pinion/ubooquity