A Dockerfile to run Couchpotato on a Raspberry Pi using the Hypriot image.
250
A super-slim CouchPotato container image for the RaspberryPi, using the Hypriot base image.
You can execute it with something like:
docker run -d \
-p 5050:5050 \
-v /media/external:/share \
-v /root/couchpotato:/root/.couchpotato \
--restart=always \
--name couchpotato robsharp/rpi-couchpotato
In my case, /media/external represents an external drive mounted on the docker host. I also like to mount the configuration directory. YMMV.
The use of restart='always' ensures the container starts with the docker host.
Content type
Image
Digest
Size
190.6 MB
Last updated
over 10 years ago
docker pull robsharp/rpi-couchpotato