Runs the PokemonGo-Map tool
500K+
Further details on PokemonGo-Map can be found here:
https://github.com/PokemonGoMap/PokemonGo-Map
Dockerfiles for these images can be found here:
https://github.com/ashex/pokemongo-map-docker
This will pull the latest code from the repository on start. Any restarts of the container will cause it to pull the latest changes. The following images available for use:
For the latest features use the develop tag.
Latest is a built static image while develop is dynamic, pulling in changes from the repository.
You can either pass settings via arguments that the tool supports or with Environmental variables. If you prefer to use environment variables you need to prepend the variable with POKEMON_. For example:
docker run -d -P \
--name pokemongo-map \
-e "POKEMON_AUTH_SERVICE=ptc" \
-e "POKEMON_USERNAME=UserName" \
-e "POKEMON_PASSWORD=Password" \
-e "POKEMON_LOCATION=Seattle, WA" \
-e "POKEMON_STEP_LIMIT=5" \
-e "POKEMON_GMAPS_KEY=SUPERSECRET" \
ashex/pokemongo-map
Content type
Image
Digest
Size
130.3 MB
Last updated
about 10 years ago
docker pull ashex/pokemongo-map