vagrantfile1 Vagrant - Ubuntu 가상환경 구동시 오류(Timed out while waiting for the machine to boot) 아래의 Vagrantfile 구동시 Timed out while waiting for the machine to boot 오류 발생. 사용된 이미지는 ubuntu/focal64 ( 20.04 LTS ) 이다. # -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure("2") do |config| N = 3 # max number of master redis (1..N).each do |i| config.vm.define "m#{i}-redis" do |cfg| cfg.vm.box = "ubuntu/focal64" cfg.vm.provider "virtualbox" do |vb| vb.name = "m#{i}-redis(KRS-system)" vb.cpus .. 2023. 4. 5. 이전 1 다음