79075076

Date: 2024-10-10 15:13:17
Score: 1.5
Natty:
Report link

If you area nn MacOS Apple silicon processors (M1,M2...), you can solve passing the platform parameter in docker run:

docker run --platform linux/arm64/v8 ...

or in your docker-compose file:

services:
  mongodb:
    image: arm64v8/mongo:5.0
    platform: linux/arm64/v8

Regards

Reasons:
  • Blacklisted phrase (1): Regards
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Julian CorrĂȘa