Dennis Smith
Dennis Smith
I just ran these same steps on my 2019 intel Macbook without issue, so it's possible this is an M1/docker related issue.
It seems that the [linux/amd64 architecture for the base image](https://hub.docker.com/r/adoptopenjdk/openjdk11-openj9/tags?page=1&name=latest) is not supported by Apple silicon chips. One workaround is to [cross-compile with Docker BuildX](https://docs.docker.com/buildx/working-with-buildx/), but it would be great...
@groldan I was able to successfully build the containers and visit Eureka via the discovery service on `localhost:8761` but some of the other containers continue to exit. It's unclear to...
For anyone looking to do this in a mock S3 tool like [minio](https://github.com/minio/minio), I'll save you a google search: https://github.com/rasterio/rasterio/issues/1293#issuecomment-502651617 Just add the following variables to your rasterio.Env: ```python import...