CoreOS Vagrant on Windows.md
Windows에서 Vagrant를 활용하여 CoreOS 설치하기 Running CoreOS on Vagrant OS 환경은 Windows 기반 해당 정보는 아래 URL 정보를 기본으로 작성되었음 https://coreos.com/os/docs/latest/booting-on-vagrant.html Install VirtualBox VirtualBox 사이트를 참조하여 설치 https://www.virtualbox.org/ Install Vagrant vagrantup.com 사이트에서 vagrant 설치 후 Reboot 쉽게 따라하는 vagrnat 설치 가이드 https://www.youtube.com/watch?v=Jkf5g7L9dSE Install Git Git 설치 https://git-scm.com/download/win Git CMD를 사용할 예정 Setup git ssh 환경 변수에 아래 내역 추가 PATH=%PATH%;C:\Program Files\Git\usr\bin Clone Vagrant repo Now that you have Vagrant installed you can bring up a CoreOS instance. The following commands will clone a repository that contains the CoreOS Vagrantfile. This file tells Vagrant where it can find the latest disk image of CoreOS. Vagrant will download the image the first time you attempt to start the VM. git CMD 창을 활용하여 실행 cd d: mkdir vagrant cd vagrant git clone https: //github.com/coreos/coreos-vagrant.git cd ...