Closed ErroneousBosch closed 6 years ago
How do you start the container? I built the image with the same Dockerfile and started the container with docker run --rm -p 5800:5800 calibre
: I was able to get the calibre wizard.
My startapp.sh
:
#!/bin/sh
exec /opt/calibre/calibre
OK, suspect this was a portainer issue with it not updating the image when I told it to. One of my old builds must have been throwing the error. Sorry about that
Trying to create a Calibre docker based on this image, keep getting this error:
QXcbConnection: Could not connect to display :0
Dockerfile:
startapp just contains a call to start calibre from /opt/calibre/ . Any insight appreciated.