a mostly private container meant for hash checking torrents
441
Run cron in a container to check torrents
TO BUILD: docker build --build-arg VERSION=1.0.0 -t aauren/torrent_check:1.0.0 -t aauren/torrent_check:latest .
TO RUN:
docker run -d
-v "/path/to/crontabs/dir:/var/spool/cron/crontabs"
-v "/path/to/dir/containing/any/scripts:/scripts"
aauren/torrent_check
EXAMPLE:
docker run -v "$(pwd)/cron.d:/var/spool/cron/crontabs" -v "$(pwd)/scripts:/scripts"
aauren/torrent_check:latest
Content type
Image
Digest
Size
33.5 MB
Last updated
over 8 years ago
docker pull aauren/torrent_check