Sign inSign up

kran0/nod32-update-mirror

By kran0

•Updated about 6 years ago

Dockerised ESET Nod32 Update Mirror.

Image
1

1.3K

kran0/nod32-update-mirror repository overview

⁠Alternate docker image for nod32-update-mirror

Another Dockerfile for nod32-update-mirror project⁠.

⁠Why this realization?

  • Only nod32-update-mirror toolset without nginx;
  • Ready to use with external nginx (another container);
  • And because i can! /Please use original⁠ docker image instead/.

⁠How to use?

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:

  1. Run with scheduler enabled (default):
 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
  1. Run only worker and quit (usefull):
 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⁠

Tag summary

Content type

Image

Digest

Size

5.4 MB

Last updated

about 6 years ago

docker pull kran0/nod32-update-mirror