turuncuoglu Posted October 19, 2017 Share #1 Posted October 19, 2017 I am very new to docker and I have tried unsuccessfully to install calibre on top of docker. If anyone has step by step guide please share. Thanks. Quote Link to comment Share on other sites More sharing options...
mrlgm007 Posted October 19, 2017 Share #2 Posted October 19, 2017 Hi I run the below one no issues hope the info helps. https://forum.linuxserver.io/ https://github.com/linuxserver/docker-calibre-web docker create \ --name=calibre-web \ -v <path to data>:/config \ -v <path to calibre library>:/books \ -e PGID=<gid> -e PUID=<uid> \ -p 8083:8083 \ linuxserver/calibre-web Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.