79290038

Date: 2024-12-18 05:11:53
Score: 4.5
Natty:
Report link

I cannot comment. This seemed to help me since I was having the same issue. Thank you @BMitch and @xthursdayx The same error showed up when trying to pull an image from Docker Hub. This seemed to help to download the image from Docker Hub docker pull --platform=linux/amd64 username/app_from_docker_hub
After that the image was downloaded and it could be ran using the following code:
docker run -d -p your_port:your_port username/app_from_docker_hub:latest

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (1): cannot comment
  • Has code block (-0.5):
  • User mentioned (1): @BMitch
  • User mentioned (0): @xthursdayx
  • Low reputation (1):
Posted by: lmb