[Docker] window에 Docker 설정하기

2024. 4. 11. 13:25Devops/Docker

https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v

 

Enable Hyper-V on Windows 10

Install Hyper-V on Windows 10

learn.microsoft.com

 

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V
hyper-v 활성화하기
Enable-WindowsOptionalFeature -Online -FeatureName containers –All
컨테이너 활성화 하기

https://learn.microsoft.com/en-us/windows/wsl/install

 

Install WSL

Install Windows Subsystem for Linux with the command, wsl --install. Use a Bash terminal on your Windows machine run by your preferred Linux distribution - Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin, Alpine, and more are available.

learn.microsoft.com

wsl --install
wsl 설치하기(도커를 위한 리눅스 환경 설치)

https://www.docker.com/products/docker-desktop/

 

Docker Desktop: The #1 Containerization Tool for Developers | Docker

Docker Desktop is collaborative containerization software for developers. Get started and download Docker Desktop today on Mac, Windows, or Linux.

www.docker.com

Docker Desktop 설치하기

 

설치 후 작업표시줄에서 docker desktop running 확인가능