zephyr777 Posted May 27, 2020 Posted May 27, 2020 (edited) First of all ,I don't why some apps exsit on docker but not being available in Community Applications ? Such as romancin/tinymediamanager After that,I pulled the Tinymediamanager by command line, it shows "install successfully", whereas it reveals Orphan Image in docker page finnally. I got the same result after many times. Would you tell me how to fix it ? Thanks for helping. here is the log: PS: I could not install the apps of preview version , likes Sonarr V3. I still get the orphan image if i manually install by command line. Info: Unraid Version: 6.8.3 Community Applications Zawadzki 2020.05.25 up-to-date Motherboard HP Gen8 CPU: Intel E3 1265L V2 Edited May 27, 2020 by zephyr777 Quote
Squid Posted May 27, 2020 Posted May 27, 2020 Probably because the container hasn't been initialized to run after a simple pull. IE: switching to docker run instead of docker pull doesn't result in an orphan, and starting the container after a pull via docker run also fixes the problem. 1 hour ago, zephyr777 said: First of all ,I don't why some apps exsit on docker but not being available in Community Applications ? Such as romancin/tinymediamanager Because no one has made a template for it. IE: There's far more needed to do get the container actually running then simply doing docker run romancin/tinymediamanager (That, and it probably wouldn't be a big stretch to say that there's a significant percentage of containers on dockerHub that actually do not work) But, you can enable docker hub searches in CA's settings which will allow you to search dockerHub and install (create a template for you to fill out) any random app on dockerHub. You are going to want to peruse https://forums.unraid.net/topic/57181-docker-faq/page/2/#comment-566095 Quote
zephyr777 Posted May 27, 2020 Author Posted May 27, 2020 6 hours ago, Squid said: Probably because the container hasn't been initialized to run after a simple pull. IE: switching to docker run instead of docker pull doesn't result in an orphan, and starting the container after a pull via docker run also fixes the problem. Because no one has made a template for it. IE: There's far more needed to do get the container actually running then simply doing docker run romancin/tinymediamanager (That, and it probably wouldn't be a big stretch to say that there's a significant percentage of containers on dockerHub that actually do not work) But, you can enable docker hub searches in CA's settings which will allow you to search dockerHub and install (create a template for you to fill out) any random app on dockerHub. You are going to want to peruse https://forums.unraid.net/topic/57181-docker-faq/page/2/#comment-566095 Thank for you help. I am a novice in linux and docker. I used "Docker pull" in OMV, that would be done. Docker run works. It pull and initialize the image ,and start it. There is no orphan image any more. But the other issue happen , the tinymediamanegement and the Sonarr:perview could not start normally. It seems that process stuck in the command line, and some strange image appear in docker. Could you tell me how to fix it? tinymediamanegement install log: sonarr:perview install log: Quote
zephyr777 Posted May 29, 2020 Author Posted May 29, 2020 On 5/27/2020 at 9:55 PM, Squid said: And what what the docker run command you used? just “docker run romancin/tinymediamanager” Quote
Squid Posted May 29, 2020 Posted May 29, 2020 Did you On 5/27/2020 at 1:35 AM, Squid said: You are going to want to peruse https://forums.unraid.net/topic/57181-docker-faq/page/2/#comment-566095 Basically zero chance the container will work, because you're not even doing the sample docker run (adjusted accordingly) command listed on the docker's page docker run -d --name=tinymediamanager \ -v /share/Container/tinymediamanager/config:/config \ -v /share/Container/tinymediamanager/media:/media \ -e GROUP_ID=0 -e USER_ID=0 -e TZ=Europe/Madrid \ -p 5800:5800 \ -p 5900:5900 \ romancin/tinymediamanager:latest Quote
zephyr777 Posted June 9, 2020 Author Posted June 9, 2020 On 5/29/2020 at 8:45 PM, Squid said: Did you Basically zero chance the container will work, because you're not even doing the sample docker run (adjusted accordingly) command listed on the docker's page docker run -d --name=tinymediamanager \ -v /share/Container/tinymediamanager/config:/config \ -v /share/Container/tinymediamanager/media:/media \ -e GROUP_ID=0 -e USER_ID=0 -e TZ=Europe/Madrid \ -p 5800:5800 \ -p 5900:5900 \ romancin/tinymediamanager:latest Thank you so much Quote
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.
Note: Your post will require moderator approval before it will be visible.