데이터 엔지니어링/Docker

[Docker] 윈도우 docker 설치

pythaac 2022. 6. 16. 20:11

https://www.lainyzine.com/ko/article/how-to-install-wsl2-and-use-linux-on-windows-10/

 

[Windows 10] WSL2 설치 및 사용법

Microsoft에서는 2020년 5월 리눅스를 윈도우와 통합해서 사용할 수 있는 WSL2를 발표했습니다. 이 글에서는 WSL2를 설치하고 사용하는 방법을 소개합니다

www.lainyzine.com

https://www.lainyzine.com/ko/article/a-complete-guide-to-how-to-install-docker-desktop-on-windows-10/

 

[Windows 10] Docker 설치 완벽 가이드(Home 포함)

Docker는 경량 가상화 기술인 리눅스 컨테이너 도구입니다. Windows 10 Home과 Pro에서도 몇 가지 설정을 통해 Docker Desktop으로 리눅스 컨테이너를 사용할 수 있습니다. 이 글에서는 Windows 10에서 Docker Des

www.lainyzine.com

 

 

WSL2 설치

  • cmd를 관리자 권한으로 실행
  • 다음 두 명령어 실행
    - DISM(배포 이미지 서비스 및 관리) 명령어로 아래 기능 활성화
>> dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
>> dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
>> wsl --set-default-version 2

 

Docker Desktop 설치

 

Docker Desktop - Docker

MOST COMMON

www.docker.com

 

오류 해결 (0x80070422 - some wsl system related access rights are not set correctly)

 

Getting Error Error: 0x80070422 trying to start wsl. · Issue #3386 · microsoft/WSL

This bug-tracker is monitored by developers and other technical types. We like detail! So please use this form and tell us, concisely but precisely, what's up. Please fill out ALL THE FIELDS! I...

github.com

  • wsl 실행에 문제가 발생했음을 확인하고

  • [해결] 아래 명령어로 해결
>> sc config LxssManager start=auto