Geographic Distribution doesn't work with Docker

it is possible to integrate the location with docker?

Can you be more precise? The docker container does not ship with a maxmind DB, you will need to mount that yourself, in your tyk.conf:

    "enable_geo_ip": true,
    "geo_ip_db_path": "/path/to/file.db",

Sometime local IP are not recognized. Making use of tunneling service eg Ngrok may work.