Sign inSign up

tchabaud/couchpotato

By tchabaud

Updated over 7 years ago

Simple and small Alpine Linux based dockerfile to build couchpotato images.

Image
0

1.3K

tchabaud/couchpotato repository overview

docker-couchpotato

Simple Dockerfile to build couchpotato containers

Usage

For first time launch, you need to create configuration and download folders :

mkdir -p ./couchp/conf
mkdir -p ./couchp/media
mkdir -p ./couchp/dl

Then run the container using following command :

docker run -d --restart=always -v ./couchp/dl:/data/dl -v ./couchp/media:/data/media -v ./couchp/conf:/data/conf tchabaud/docker-couchpotato

Tag summary

Content type

Image

Digest

Size

50.4 MB

Last updated

over 7 years ago

docker pull tchabaud/couchpotato