Sign inSign up

chrodriguez/couchpotato

By chrodriguez

•Updated about 11 years ago

Couchpotato container allowing to specify USER_ID to run as

Image
0

381

chrodriguez/couchpotato repository overview

⁠Couchptato daemon container

Run couchpotato allowing you to specify USER_UID and USER_GID, so you will not have permission problems.

⁠Example

docker run -e TZ=America/Argentina/Buenos_Aires \
  -e USER_ID=`id -u` \
  -e USER_GID=`id -g` \
  -p 5050:5050 \
  -v `pwd`/couchpotato:/couchpotato \
  -v `pwd`/movies:/movies \
  --volumes-from transmission \
  -d \
  --name=couchpotato \
  chrodriguez/couchpotato

In the above example, we mount volumes from transmission container so downloaded movies can be managed by couchpotato. You need to configue this integration properly

Tag summary

Content type

Image

Digest

sha256:b0e25a162…

Size

119.8 MB

Last updated

about 11 years ago

docker pull chrodriguez/couchpotato