for running latest stable version of sickbeard :
docker run -d -v $(pwd):/data -p 8081:8081 studioetrange/docker-sickbeard:latest
then go to http://localhost:8081
Available tag for studioetrange/docker-sickrage:TAG
latest, 507, 506, 505, 504
Current latest tag is version 507
git pull https://github.com/StudioEtrange/docker-sickbeard
cd docker-sickbeard
docker build -t=studioetrange/docker-sickbeard .
docker pull studioetrange/docker-sickbeard
docker run -v DATA_DIR:/data -p SICKBEARD_HTTP_PORT:8081 -p SUPERVISOR_HTTP_WEB:9999 studioetrange/docker-sickbeard:SICKBEARD_VERSION
docker run -d -v DATA_DIR:/data -p SICKBEARD_HTTP_PORT:8081 -p SUPERVISOR_HTTP_WEB:9999 studioetrange/docker-sickbeard:SICKBEARD_VERSION
docker run -i -t studioetrange/docker-sickbeard bash
Go to http://localhost:SICKBEARD_HTTP_PORT/
Go to http://localhost:SUPERVISOR_HTTP_WEB/
This github repository is linked to an automated build in docker hub registry.
https://registry.hub.docker.com/u/studioetrange/docker-sickrage/
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:e5e149c3f…
Size
98.8 MB
Last updated
over 7 years ago
docker pull studioetrange/docker-sickbeard