Docker 설치하기1. Docker 공홈에서 설치 프로그램 다운로드 하기Windows | Docker Docs WindowsGet started with Docker for Windows. This guide covers system requirements, where to download, and instructions on how to install and update.docs.docker.com 2.wsl 설치하기1) Windows에서 Powershell 을 '관리자 권한' 으로 실행--Windows에서 Powershell 을 관리자 권한으로 실행--wsl 설치하기wsl --install--wsl 설치버전 확인하기 (버전이 2로 시작하는지 확인)wsl -l -v--만일 version 2가 아니라..