Sign inSign up

media500/geoip

By media500

Updated about 7 years ago

Geoip Service

Image
0

1.1K

media500/geoip repository overview

Deploying the geoip service

kubectl apply --recursive --filename ./manifests

Build

Can be used for upgrade actual GeoIP database.

docker build -t geoip ./

Using inside local computer

# From local docker repository
docker run --rm -d -p 5000:5000 geoip

# From global
docker run --rm -d -p 5000:5000 media500/geoip:latest

And go inside localhost:5000/1.1.1.1

Using the geoip inside live

http://IP:3000/v2/_catalog

Tag summary

Content type

Image

Digest

Size

194.5 MB

Last updated

about 7 years ago

docker pull media500/geoip