Skip to content

adrianmo/docker-couchpotato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-couchpotato

Docker image for running CouchPotato.

Usage

You can run the image with the following command.

docker run -d -p 5050:5050 -v /path/to/movies:/movies -v /path/to/config:/config --restart=always --privileged=true --name couchpotato adrianmo/couchpotato

Note the --restart=always parameter, that will restart the Docker container every time it stops. We need that because CouchPotato will update itself periodically and restart the process, causing the Docker container to stop.

Build

You can optionally build the image adrianmo/couchpotato. To do that just execute the following command once you have checked out the source repository.

docker build -t adrianmo/couchpotato .

About

Docker image for CouchPotato

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published