September 10, 20169 yr I'm hoping someone can help me out. I'm very new to Unraid 6 and especially Docker. I've been trying to get Handbrake to work but it's obvious to me that I am doing something wrong fundamentally. Here is the process I followed: 1. Added https://github.com/sparklyballs/docker-repo/tree/templates to the Template Repositories. Clicked Save. 2. Clicked Add Container. 3. Selected Handbrake from the list of templates. 4. Network Type seemed to default to "Bridge", so I left it alone. 5. Set the Host Path for /Movies to /mnt/user/media/To Be Converted/ and set Access to "Read/Write". 6. Set the Host Path for /Output to /mnt/user/media/Converted/ and set Access to "Read/Write". 7. Set the Host Path for /nobody/.config/ghb to /mnt/cache/Handbrake/ and set Access to "Read/Write". 8. The port was set to 8080 TCP by default, so I left it alone. 9. Clicked Create. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="HandBrake" --net="bridge" -e WIDTH="1280" -e HEIGHT="720" -e TZ="America/Chicago" -p 8080:8080/tcp -v "/mnt/user/media/To Be Converted/":"/Movies":rw -v "/mnt/user/media/Converted/":"/Output":rw -v "/mnt/cache/Handbrake/":"/nobody/.config/ghb":rw sparklyballs/handbrake Unable to find image 'Be:latest' locally Invalid repository name (Be), only [a-z0-9-_.] are allowed The command finished successfully! Here is the result: Any help I can get would be appreciated
September 10, 20169 yr Author Thanks for the reply, Squid. It turns out that it was a bad install. I dumped everything Docker related and started from scratch with new folder names. Thanks again.
September 10, 20169 yr Thanks for the reply, Squid. It turns out that it was a bad install. I dumped everything Docker related and started from scratch with new folder names. Thanks again. You're just going to run into the same issue again. The problem was with the spaces in your folders (which presumably your new folder names don't have) The webUI update would have fixed it. http://lime-technology.com/forum/index.php?topic=40937.msg463355#msg463355
September 10, 20169 yr Thanks for the reply, Squid. It turns out that it was a bad install. I dumped everything Docker related and started from scratch with new folder names. Thanks again. You're just going to run into the same issue again. The problem was with the spaces in your folders (which presumably your new folder names don't have) The webUI update would have fixed it. Pfft... What do you know?
September 11, 20169 yr Author Squid - You are right, of course. However, I did not understand what you meant in your first post and since the orphan image of Handbrake was not able to check for updates, I started from scratch. Reading your second post, I understand what you meant and updated the Dynamix webGui. Thanks again.
September 11, 20169 yr Squid - You are right, of course. However, I did not understand what you meant in your first post and since the orphan image of Handbrake was not able to check for updates, I started from scratch. Reading your second post, I understand what you meant and updated the Dynamix webGui. Thanks again. Wasn't super clear. Sorry. Sometimes get tired of rewriting the why's and just put down the how's
Archived
This topic is now archived and is closed to further replies.