Quantcast
Channel: Ubuntu Forums - Virtualisation
Viewing all articles
Browse latest Browse all 4211

Anyone have any Docker experience with Sabnzbd?

$
0
0
I'm racking my brains here. After playing with KVM, I got round to Docker and I think its fantastic. I've set up lots of containers for different uses and got them all running on my server without at hitch, but the one I cant get working it Sabnzbd.

I used the Tim Haak image from Github, and can install it fine. I thien enter the command (modified for my directories)

HTML Code:

docker run -d -h your_host_name -v /your_config_location:/config -v /your_videos_location:/data -p 8080:8080 -p 9090:9090 --restart=always sabnzbd
I've opened ports 8080 and 9090 but cant connect up. I checked with netstat if any of the ports are already in use and they arent.

Cant think what else it might be, other than an issued with the Docker image itself? I tried to build one myself and the docker file just kept crashing.

Any ideas?

Viewing all articles
Browse latest Browse all 4211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>