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)
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?
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
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?