Sign inSign up

ashex/pokemongo-map

By ashex

Updated about 10 years ago

Runs the PokemonGo-Map tool

Artifact
Image
18

500K+

ashex/pokemongo-map repository overview

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

Purpose:

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:

  • ashex/pokemongo-map:develop - Pulls the develop branch
  • ashex/pokemongo-map:latest - Most recent tagged release (see Tags for release versions)

For the latest features use the develop tag.

Latest is a built static image while develop is dynamic, pulling in changes from the repository.

Usage:

Passing settings

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

Tag summary

Content type

Image

Digest

Size

130.3 MB

Last updated

about 10 years ago

docker pull ashex/pokemongo-map