====== vagrant ====== ===== Grundlagen ===== > vagrant init hashicorp/precise32 > vagrant up > vagrant ssh > vagrant destroy ===== Fehler ===== ==== It appears your machine doesn't support NFS ==== > $ vagrant up dev > Bringing machine 'dev' up with 'virtualbox' provider... > ==> dev: Checking if box 'box-cutter/debian79' is up to date... > It appears your machine doesn't support NFS, or there is not an > adapter to enable NFS on this machine for Vagrant. Please verify > that `nfsd` is installed on your machine, and try again. If you're > on Windows, NFS isn't supported. If the problem persists, please > contact Vagrant support. Mögliche Lösungen: > modprobe nfsd > modprobe nfs > apt-get install nfs-common nfs-kernel-server ===== Siehe auch ===== * [[Virtualisierung]] ===== Weblinks ===== * https://www.vagrantup.com/