Dockerised ESET Nod32 Update Mirror.
1.3K
Another Dockerfile for nod32-update-mirror project.
The author supplies the docker image for user's need. I have no reason to repeat their work. This image implements my special interest. So there are only use cases:
docker run -it --rm --name nod32_update_scheduler\
-v $PWD/data:/data\
-v $PWD/settings.conf:/src/settings.conf:ro\
--user $(id --user):$(id --group)\
-e FIRST_START_DELAY=2s\
-e SCHEDULE_PERIOD=43200\
-e START_BEFORE_LOOP=true\
kran0/nod32-update-mirror:latest
docker run -it --rm --name nod32_update\
-v $PWD/data:/data\
-v $PWD/settings.conf:/src/settings.conf:ro\
--user $(id --user):$(id --group)\
--entrypoint="/src/nod32-mirror.sh"\
kran0/nod32-update-mirror:latest --force-yes --update
Feel free tu use your $PWD/data. Usefull examples and nginx.conf file are in The Original Project
Content type
Image
Digest
Size
5.4 MB
Last updated
about 6 years ago
docker pull kran0/nod32-update-mirror