docker-mkvtoolnix icon indicating copy to clipboard operation
docker-mkvtoolnix copied to clipboard

No GUI

Open Caretaker1 opened this issue 4 years ago • 9 comments

Installed the container (-latest) on a Qnap NAS to day, install run OK but I don't get the "open Link" sign, after I start the container, to get the GUI in the browser.

I have your jdownloader-2 and filezilla container installed and with both of them I have no problems to open the GUI's.

Any idea ?

Caretaker1 avatar Aug 02 '21 21:08 Caretaker1

What is the container's configuration ? Did you mapped ports ? Are you able to manually open the GUI in the browser (http://<qnap IP>:<mapped port>) ?

jlesage avatar Aug 12 '21 11:08 jlesage

For beginning I have 2 other container installed from you, filezilla and jdownloader2. Both work fine and I have not mapped any ports on this two.

However what I have noticed is that the CPU shows 0% activity on this container.

Find the configuration attached. config.txt

Caretaker1 avatar Aug 13 '21 17:08 Caretaker1

If you don't map ports yourself, maybe qnap is doing it automatically.

What is the URL of filezilla/jdownloader2 when you access them?

Could you provide the output of the following command:

docker inspect <name of the container>

jlesage avatar Aug 15 '21 14:08 jlesage

URL for filrzilla http://IP of NAS :49157/ jdownloader http://IP of NAS:49154/

Output of the docker inspect command attached. docker inspect.txt

Caretaker1 avatar Aug 15 '21 17:08 Caretaker1

Ok so there is no port mapping configured. I cannot tell why QNAP did not create mapping automatically like your other containers... Maybe try to re-create the container or add the mapping yourself ?

jlesage avatar Aug 15 '21 18:08 jlesage

How do I find out which container ports I should be mapping ?

Caretaker1 avatar Aug 15 '21 18:08 Caretaker1

I got it, mapped the ports 5800 and 5900 and its working now.

Thanks for you help.

Caretaker1 avatar Aug 15 '21 18:08 Caretaker1

Mapping only port 5800 is enough. Port 5900 is used only when you want to access the UI via a VNC client.

jlesage avatar Aug 15 '21 18:08 jlesage

@jlesage would you like me to add a section for QNAP config tips to the readme? If yes, let me know what section to nest under.

inverted360 avatar Feb 08 '22 22:02 inverted360