반응형
도커 데스크탑 설치에러
https://docs.docker.com/desktop/setup/install/windows-install/
Windows
Get started with Docker for Windows. This guide covers system requirements, where to download, and instructions on how to install and update.
docs.docker.com
도커 공식 홈에서 도커 데스크탑을 설치 후
install 파일을 활용해
도커 데스크탑 설치시에
Docker Desktop requires the Workstation service to be enabled.
이렇게 에러가 나면
windows 검색창에 서비스 or 키보드로 (win+R) 동시에 누른 후 -> services.msc 입력
하고 Enter를 클릭 하면
윈도우 서비스창으로 이동한다.
여기서
Workstation 서비스를 찾고
- 상태가 중지됨이면 오른쪽 클릭 → 시작(Start)
- 시작 유형을 자동(Automatic)으로 변경
- Workstation 속성 → 시작 유형(Startup type) → 자동(Automatic)
자동으로 바뀌고 실행 상태여야한다.
그 다음 다시 설치하면 됨.
이전에 도커 설치 된 파일들은 미리 지우고 시작
- C:\Program Files\Docker 폴더 삭제
- C:\Users\%USERNAME%\AppData\Local\Docker 폴더 삭제
- C:\Users\%USERNAME%\AppData\Roaming\Docker 폴더 삭제
- C:\ProgramData\Docker 폴더 삭제
728x90
반응형
'코딩공부' 카테고리의 다른 글
JDK11 에러 - No PSK available. Unable to resume. (0) | 2025.04.02 |
---|---|
Next.js Docker 연결해서 화면 띄우기 (0) | 2025.03.31 |
(jQuery) 자바스크립트-제이쿼리 input 이벤트 (0) | 2025.03.24 |
Windows에서 실행 중인 포트 확인하고 종료하는 방법 (feat. 톰캣 충돌 해결) (0) | 2025.03.07 |
React 설치 (0) | 2025.03.07 |