[Docker] 윈도우11 Docker 설치(WSL2 설치 포함)
❗Docker 설치
Docker: Accelerated, Containerized Application Development
Docker is a platform designed to help developers build, share, and run modern applications. We handle the tedious setup, so you can focus on the code.
www.docker.com
❗Docker 설치 확인
❗WSL 설치
설치는 정상적으로 됐지만 docker앱에 접속하면 아래와 같은 오류 문구가 뜬다
https://learn.microsoft.com/ko-kr/windows/wsl/install
WSL 설치
wsl --install 명령을 사용하여 Linux용 Windows 하위 시스템을 설치합니다. Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin, Alpine 등 원하는 Linux 배포판에서 실행되는 Windows 머신에서 Bash 터미널을 사용할 수 있습니
learn.microsoft.com
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
wsl --set-default-version 2
wsl --list --online
wsl --install -d Ubuntu-18.04
우분투까지 설치가 완료된 후 컴퓨터 한 번 더 재부팅을 해주어야 한다
❗windows에 설치한 docker를 switch 설정