Photon is an open source geocoder built for OpenStreetMap data on top of ElasticSearch.
For build the image (pssst, go take your coffee, it's very very long !) :
docker build -t photon:0.2.7 .
For run a container with the image :
docker run -d -p 2322:2322 photon:0.2.7
Photon is a komoot project: Github.
This image was made by Kevin Mollenhauer and Valentin Michalak from IKB4Stream team.