sugar.kim

[Docker Desktop] Windows10에서 WSL2(Linux용 Window 하위시스템)+Docker Desktop 활용해보기 본문

DEV/dev.실무내용정리

[Docker Desktop] Windows10에서 WSL2(Linux용 Window 하위시스템)+Docker Desktop 활용해보기

김슈가 2023. 2. 16. 16:38
728x90
반응형

WSL2는 앞에 설치했다. (해당링크참고)

 

[linux] Windows10 환경에서 linux 사용하기

서비스 개발환경은 mac os 이지만, 필자가 쓰는 컴퓨터는 windows10 이므로 linux 환경을 위해 WSL2 외 필요한 프로그램 설치를 진행한다. wsl이란? Linux용 Windows 하위 시스템을 사용하면 개발자가 기존

sugarslayer.tistory.com

Docker Desktop 설치를 진행한다. (Docker Desktop 설치 링크)

설치 후, Settings에서 아래와 같이 Use the WSL 2 based engine 을 체크한다.

또 Settings > Resources > WSL Integration에서 Enable Integration with my default WSL distro 체크 후, 사용중인 Ubuntu 켜주고 Refresh 해준다.

이제 WSL ubuntu로 접속하여 docker 설치를 확인 해보자. 

PowerShell 관리자 모드로 실행 > wsl > docker --version > 도커버전이 뜨면 설치와 설정이 잘 된 것이다.

728x90
반응형
Comments