Simple and small Alpine Linux based dockerfile to build couchpotato images.
1.3K
Simple Dockerfile to build couchpotato containers
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
Content type
Image
Digest
Size
50.4 MB
Last updated
over 7 years ago
docker pull tchabaud/couchpotato