for running latest couchpotato version :
docker run -d -v $(pwd):/data -p 5050:5050 studioetrange/docker-couchpotato:latest
then go to http://localhost:5050
It will pull lastest version from docker hub registry.
Available tag for studioetrange/docker-couchpotato:TAG
latest, 3.0.1, 3.0.0, 2.6.3, 2.6.2, 2.6.1, 2.6.0, 2.5.2, 2.5.1, 2.4.0, 2.3.1, 2.2.1, 2.2.0, 2.1.0, 2.0.8.1, 2.0.8
Current latest tag is version 3.0.1
git pull https://github.com/StudioEtrange/docker-couchpotato
cd docker-couchpotato
docker build -t=studioetrange/docker-couchpotato .
docker pull studioetrange/docker-couchpotato
docker run -v DATA_DIR:/data -p COUCHPOTATO_HTTP_PORT:5050 -p SUPERVISOR_HTTP_WEB:9999 studioetrange/docker-couchpotato:COUCHPOTATO_VERSION
docker run -d -v DATA_DIR:/data -p COUCHPOTATO_HTTP_PORT:5050 -p SUPERVISOR_HTTP_WEB:9999 studioetrange/docker-couchpotato:COUCHPOTATO_VERSION
docker run -i -t studioetrange/docker-couchpotato bash
http://localhost:COUCHPOTATO_HTTP_PORT/
http://localhost:SUPERVISOR_HTTP_WEB/
This github repository is linked to an automated build in docker hub registry.
update.sh is only an admin script which update and add new versions. This script do not auto create missing tag in docker hub webui. It is only for admin/owner purpose.
Content type
Image
Digest
sha256:d4e69e8f2…
Size
99 MB
Last updated
over 7 years ago
docker pull studioetrange/docker-couchpotato