Sign inSign up

xbblabs/geoipupdate

By xbblabs

•Updated 2 months ago

GeoIP update client container image

Image
0

2.5K

xbblabs/geoipupdate repository overview

⁠geoipupdate docker image

⁠How to use this image

Just run it with your configuration file and data volume/dir mapped

It runs with user/group id 10001

You can print the bundled example configuration file by specifying config as the first argument

⁠Example: prints the bundled example configuration file
$ docker run --rm -v xbblabs/geoipupdate config
⁠Example: runs geoipupdate with the provided configuration file and destination volume
$ docker run --rm -v /etc/geoip.conf:/etc/GeoIP.conf -v geoip-data:/usr/share/GeoIP xbblabs/geoipupdate
⁠Crontab example
# At 12:00 on Wednesday
00 12 * * 3 docker run --rm -v /etc/geoip.conf:/etc/GeoIP.conf -v geoip-data:/usr/share/GeoIP xbblabs/geoipupdate

Tag summary

Content type

Image

Digest

sha256:c294bad5d…

Size

6.4 MB

Last updated

2 months ago

docker pull xbblabs/geoipupdate