카테고리 없음

도커 윈도우 설치 및 WSL2 활성화

걸어다니는 종합병원 2020. 12. 23. 11:54
반응형

다운로드 hub.docker.com/editions/community/docker-ce-desktop-windows/ 

 

Docker Desktop for Windows - Docker Hub

Docker Desktop for Windows Docker Desktop for Windows is Docker designed to run on Windows 10. It is a native Windows application that provides an easy-to-use development environment for building, shipping, and running dockerized apps. Docker Desktop for W

hub.docker.com

Get Docker 선택시 다운로드

 

WSL2 활성화를 위한 DISM 명령어 실행

공식 문서를 참고해주시기 바랍니다.

PowerShell에 명령어를 차례대로 실행.

1. dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

2. dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

3. wsl

 

4. 윈도우 스토어에서 우분투 다운로드

설치 후 실행해서 계정등록을 해준다.

 

PowerShell에서 wsl -l로 설치된 버전 확인 가능

 

WSL2 리눅스 커널 업데이트 및 배포판에서 2 버전 활성화하기

WSL2를 활성화하기 전에 WSL2 리눅스 커널 업데이트를 진행해야합니다. 다음 페이지에서 download the latest WSL2 Linux kernel를 링크를 클릭해 설치를 진행합니다.

Windows 10에 WSL(Linux용 Windows 하위 시스템) 설치 | Microsoft Docs

 

Windows 10에 WSL(Linux용 Windows 하위 시스템) 설치

Bash 터미널을 사용하여 Linux 배포(Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin 및 Alpine 포함)를 Windows 10 머신에 설치하는 방법을 알아봅니다.

docs.microsoft.com

ARM64 머신을 사용하는 경우 ARM64 패키지를 대신 다운로드하세요. 

 

도커를 쉽게 GUI로  사용 가능하다

Releases · docker/kitematic · GitHub

 

Releases · docker/kitematic

Visual Docker Container Management on Mac & Windows - docker/kitematic

github.com

 

반응형