Easy Way to Start "vagrant + rancher (3 nodes (?))"
Easy Way to Start "vagrant + rancher (3 nodes (?))"
대상
목적
전제
제한사항
대상 Vagrant Box
htps : // 기주 b. 코 m / 란치 r / ゔ ぁ 란 t
절차
터미널을 열고 명령을 입력하는 것만
mkdir -p my-vagrant-files/rancher
cd my-vagrant-files/rancher
git clone https://github.com/rancher/vagrant.git
cd vagrant
ls
README.md localranchervagrant.PNG
Vagrantfile rancher_id
certs scripts
config.yaml vagrant_rancheros_guest_plugin.rb
vagrant up
프롬프트가 오류없이 돌아오면 완료되었습니다.
정지 및 삭제 방법
vagrant halt
vagrant destroy -f
파일 차이 정보
% diff Vagrantfile Vagrantfile.original
56d55
< server.vm.boot_timeout = 600
91d89
< node.vm.boot_timeout = 600
% diff config.yaml config.yaml.original
16c16
< memory: 512
---
> memory: 1024
20c20
< memory: 1024
---
> memory: 2048
22c22
< count: 1
---
> count: 3
24c24
< memory: 1024
---
> memory: 2048
Reference
이 문제에 관하여(Easy Way to Start "vagrant + rancher (3 nodes (?))"), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/hirofumihida/items/5a71dbe321fbe5040fc9텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)