This is a container based on mediagis/nominatim-docker
with 2 differences:
- It imports US and TIGER data
- It is self-contained. In other words, the huge databse is stored within the container. Therefore this container is ~250G and most probably not suitable for most cloud docker hosts.
You would need a machine with ~64GB to build it.
After being built it can be run with smaller resources.
docker build -t nominatim .
- wait for several hours
docker run nominatim -p 8080:8080
curl http://localhost:8080