반응형
SMALL
ubuntu docker
-
Window10에서 Docker 설치하기인프라/Docker 2022. 7. 11. 15:18
* 준비사항 Window 10 Pro... * Wsl 2 (https://hacktiming.tistory.com/15, https://www.lesstif.com/software-architect/wsl-2-windows-subsystem-for-linux-2-preview-71401661.html) ❗Window에 ubuntu 설치하기 * 이후 접속 아이디와 비밀번호를 설정하면 끝 ❗ubuntu에 docker 설치하기 (참고 :https://mungiyo.tistory.com/11) 1. apt 업데이트, 패키지 설치 $ sudo apt-get update && upgrade $ sudo apt-get install \ ca-certificates \ curl \ gnupg \ lsb-release ..