카테고리 없음

[Docker] Docker Desktop 악성코드 해결법

공부하고 기억하는 공간 2025. 1. 27. 14:15
728x90
반응형
SMALL

https://docs.docker.com/desktop/release-notes/#4372

 

Release notes

Find the Docker Desktop release notes for Mac, Linux, and Windows.

docs.docker.com

위 사이트에 들어가면 간단한 해결 방법이 나와있다. 4.37.2버전 이후의 애플리케이션을 사용해야 에러가 발생하지 않는다.

해결 방법은 이전 Docker-Desktop를 지우고 새로운 버전의 Docker-Desktop를 설치하는 간단한 방법이다.

위 페이지에 들어가서 아래 버전을 새로 다운받으면 정상적으로 수행된다.

 

원인은 아래 이슈에 대해 확인하면 원인을 알 수 있다. 간단히 말하면 인증서 문제인것 같다.

https://github.com/docker/for-mac/issues/7527

 

Malware detection prevents Docker Desktop to start · Issue #7527 · docker/for-mac

Description Some versions of Docker Desktop might fail to start or function with the following error message: Malware Blocked. “com.docker.vmnetd” was not opened because it contains malware. This a...

github.com

 

 

728x90
반응형
SMALL