The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested 0.0s

bbbbbhyun·2025년 4월 13일

docker image 빌드시 운영체제가 달라서 발생하는 오류

--platform linux/amd64 을 추가하여 빌드하자!

docker build --platform linux/amd64 -t test-server .
profile
BackEnd developer

0개의 댓글