Hello,
Thanks for your response. This asks great questions.
Before I respond, here is a copy of the log from the file "*-json.log"
{"log":"\r\r0% [Working]\r \rE: The method driver /usr/lib/apt/methods/https could not be found.\r\n","stream":"stdout","time":"2019-08-10T23:04:50.849676925Z"}
{"log":"N: Is the package apt-transport-https installed?\r\n","stream":"stdout","time":"2019-08-10T23:04:50.84982343Z"}
I respond to your questions below.
Q1. What does it say when you run the image without the -d option or look into "docker logs image_name_or_id" when it "runs".
The image should not need any rebuilding to work.
Answer:
I can see no "-d" option. I installed the docker using the Jatzoo instructions for JRiver 24.
Where would the "docker logs image_name_or_id" be?
Q2. Have you tried removing the container and recreating it? Or does it work when you create a new container entirely from scratch?
Answer: I have tried that multiple times, but as mentioned, using the Jatzoo instructions.
Q3. You could always "docker exec -it <container_name> /bin/bash" and then "apt intall apt-transport-https" (as a test if it works then), but normally it should not be needed. It works without that package. apt-transport-https was never installed in that image.
Answer: As the container does not actually run, I don't believe this is possible.
My TheoryBased on this post
https://stackoverflow.com/questions/55834331/docker-image-rabbitmq-apt-broke, could it be that the container is trying to install/download a no longer maintained Linux respository?
If this is the case, the image may need to be updated.
Regards,
Andrew