https://callmescone.tistory.com/330 Week1 학습환경 세팅 ( Docker ) 윈도우에서 Docker 세팅 관련 이전 포스팅 https://callmescone.tistory.com/328 [Windows 10] WSL2 설치 및 세팅 윈도우에서 Docker를 사용하고 싶어서 WSL2를 설치하고자 한다. 환경 Windows 10 Education 아래 코드는 Powe callmescone.tistory.com 생성해둔 Docker Image 를 가지고 Container를 만들겠습니다. Docker 실행 docker run\ -it \ --rm \ -p 8888:8888 \ --name ml_shopping \ ml_boost -it : 컨테이너 실행 이후 바로 끄지 않고 코..
윈도우에서 Docker 세팅 관련 이전 포스팅 https://callmescone.tistory.com/328 [Windows 10] WSL2 설치 및 세팅 윈도우에서 Docker를 사용하고 싶어서 WSL2를 설치하고자 한다. 환경 Windows 10 Education 아래 코드는 PowerShell 관리자 모드에서 진행한 코드임을 밝힙니다. WSL2 환경 세팅 참고로 Windows 11 훨씬 더 간단 callmescone.tistory.com https://callmescone.tistory.com/329 [Window 10] WSL2 환경에서 Docker 설치 https://learn.microsoft.com/ko-kr/windows/wsl/tutorials/wsl-containers WSL에서 Do..