December 17, 201411 yr I just converted my 5.0.6 server to use 6 beta 12 so I could start working on getting my plugins converted to Dockers. On first try (for some dumb reason) I tried converting over Plex. I got Plex to load fine but couldn't get it to load my library, so I decided to start back from scratch (reverted to my plugins) and try a simple app like SickRage (one where I was ok losing my database if I needed too. Every time I create one however (CP or SickRage), the docker (needo) gets created fine but nothing loads, just a can not connect error: Google Chrome's connection attempt to 10.10.1.3 was rejected. The website may be down, or your network may not be properly configured. The docker is running smoothly and as far as I can tell all the paths I selected are ok. root@localhost:# /usr/bin/docker run -d --name="SickRage" --net="bridge" -e EDGE="1" -e TZ="America/New_York" -p 8092:8092/tcp -v "/mnt/cache/apps/SickRage/":"/config":rw -v "/mnt/cache/downloads/complete/":"/downloads":rw -v "/mnt/user/TV Series/":"/tv":rw needo/sickrage Obviously I am missing some simple step, just still trying to wrap my head around docker in general so any help would be appreciated. Also, I am shutting off the current plugins running, so that shouldn't be the issue. For the example, I am using SickRage at 10.10.1.3:8092, doesn't work with the docker image, works fine with the plugin (when I disable docker and enable plugin)
Archived
This topic is now archived and is closed to further replies.