Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux:vagrant

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
linux:vagrant [2015/12/05 13:40] movelinux:vagrant [2020/02/03 02:56] (aktuell) – [vagrant] move
Zeile 1: Zeile 1:
 ====== vagrant ====== ====== vagrant ======
-{{wp>Vagrant (Software)}} 
  
 ===== Grundlagen ===== ===== Grundlagen =====
Zeile 11: Zeile 10:
  
 > vagrant destroy > 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/
linux/vagrant.1449322846.txt.gz · Zuletzt geändert: (Externe Bearbeitung)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki