Open Junjiequan opened 1 year ago
if you are using MAC M1 you will not be able to run bitnami/mongodb image locally, since bitnami/mongodb has no ARM64 support yet. https://github.com/bitnami/charts/issues/16247
The solution I use is to change mongodb image to mongo:latestbefore running docker-compose file and then revert it back before making any commit.
mongo:latest
I wonder if there's more elegant solution for mac users.
any update here? Could we use mongo's official arm images to deploy the bitnami charts?
+1
Summary
if you are using MAC M1 you will not be able to run bitnami/mongodb image locally, since bitnami/mongodb has no ARM64 support yet. https://github.com/bitnami/charts/issues/16247
The solution I use is to change mongodb image to
mongo:latest
before running docker-compose file and then revert it back before making any commit.I wonder if there's more elegant solution for mac users.