Linux Platform for Dockerfile
I had no idea that docker uses the underlying platform as default also for images that it installs. My Dockerfile
that just contained FROM ubuntu
and I ran some linux binary in there, it threw:
I had no idea that docker uses the underlying platform as default also for images that it installs. My Dockerfile
that just contained FROM ubuntu
and I ran some linux binary in there, it threw:
I have been playing around with @tomayac's awesome Local Reverse Geocoder project. It basically resolves geo coordinates, latitiude+longitude pairs and gives you names for it.