This is a Docker image that would run MaxMind geoipupdate command to update a geoip database on your host system.
docker pull recsysio/geoipupdate
docker run --rm -v $(pwd):/data/db -e ACCOUNT_ID=12345 -e LICENSE_KEY=WA0WxDa007lWWXIzXV recsysio/geoipupdate
Environment variables:
ACCOUNT_ID
- MaxMind account ID.LICENSE_KEY
- License key associated with MaxMind account.EDITION_IDS
- The edition IDs of the databases to update (separated by spaces).
Released under the MIT license.