Skip to content

sodre90/docker-rpi-couchpotato

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-rpi-couchpotato

Docker image for running CouchPotato on a Raspberry PI.

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 --name couchpotato sodre90/rpi-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 sodre90/rpi-couchpotato with the latest CouchPotato sources. To do that just execute the following command once you have checked out the source repository.

docker build -t sodre90/rpi-couchpotato .

About

Docker image for running CouchPotato on a Raspberry PI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%