-
Setting docker-machine on windows 10programming 2021. 6. 15. 16:50
1. install VirtualBox
2. install chocolatey
3. choco install docker-machine
https://www.freecodecamp.org/news/how-to-run-docker-on-windows-10-home-edition/
How to run Docker on Windows 10 Home edition
Recently I have been watching a tutorial where, in order to follow it, you need to have Docker running on your machine. So far, so good. But it turns out that the latest versions of Docker require Windows 10 Pro, Enterprise, or Education. Which means that
www.freecodecamp.org
4. mklink /D .docker D:\.docker (optional)
make a symbolic link to change the docker directory to another place.5. create VDI disk
"c:\program files\oracle\virtualbox\vboxmanage" clonehd original.vmdk new.vdi --format VDI6. Increase VDI disk size (optional)
need to download gparted.iso file, then it can be resized the current partition.
https://linuxhint.com/increase-virtualbox-disk-size/반응형'programming' 카테고리의 다른 글
윈도우10에 리눅스 subsystem 설정 (0) 2021.04.12 윈도우10에서 zsh(oh-my-zsh) 설치 및 VScode에 기본쉘로 설정 (0) 2021.04.12 how-to-enlarge-a-virtual-machines-disk-in-virtualbox-or-vmware (0) 2021.04.11 Schema evolution (0) 2020.06.29 [Spark tip] struct type을 csv로 저장시 에러 (0) 2019.04.08 댓글