Skip to content

🐳 Docker image with geoipupdate.

License

Notifications You must be signed in to change notification settings

recsysio/docker-geoipupdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaxMind GeoIP Update

This is a Docker image that would run MaxMind geoipupdate command to update a geoip database on your host system.

Build Status License Docker Pulls

Usage

Pull an image

docker pull recsysio/geoipupdate

Run the image

docker run --rm -v $(pwd):/data/db -e ACCOUNT_ID=12345 -e LICENSE_KEY=WA0WxDa007lWWXIzXV recsysio/geoipupdate

Configuration

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).

License

Released under the MIT license.

About

🐳 Docker image with geoipupdate.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published