Domande taggate «vagrant»

2
Come usare Vagrant e Docker-per-Windows su un sistema Hyper-V?
In passato , stavo usando VirtualBox (VB) e Vagrant (V) per eseguire VM. Da quando ho installato la finestra mobile per Windows (DfW) ed eseguo V, VB si lamenta di Hyper-V (HV) . [user@localhost ~]$ vagrant up Stderr: VBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX) VBoxManage.exe: error: Details: code E_FAIL …


3
Impossibile ssh in un ambiente vagabondo multi-macchina
Ho creato un ambiente vagabondo multi-macchina a tre nodi e sto riscontrando problemi di trasmissione da un vagabondo all'altro. Ecco il Vagrantfile: Vagrant.configure("2") do |config| config.vm.box = "centos/7" config.vm.define "master" do |master| master.vm.hostname = "master.local" master.vm.network "private_network", type: "dhcp" end config.vm.define "node1" do |node1| node1.vm.hostname = "node1.local" node1.vm.network "private_network", type: …
9 vagrant 
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.