Ich versuche, die neue Docker-Unterstützung in vagrant 1.6 zu testen. Ich bin auf dem Fenster, und ich habe mein Setup vagrant Datei, aber wenn ich "Vagrant up --provider = Docker" betreibe ich folgendes erhalten:Vagrant, Fehler beim Ausführen von Vagabund up --provider = docker
Bringing machine 'default' up with 'docker' provider...
==> default: Docker host is required. One will be created if necessary...
default: Vagrant will now create or start a local VM to act as the Docker
default: host. You'll see the output of the `vagrant up` for this VM below.
default:
default: Box 'mitchellh/boot2docker' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
default: Loading metadata for box 'mitchellh/boot2docker'
default: URL: https://vagrantcloud.com/mitchellh/boot2docker
default: Adding box 'mitchellh/boot2docker' (v0.8.0) for provider: virtualbox
default: Downloading: https://vagrantcloud.com/mitchellh/boot2docker/version/1/provider/virtualbox.box
default: Progress: 100% (Rate: 2999k/s, Estimated time remaining: --:--:--)
The executable 'bsdtar' Vagrant is trying to run was not
found in the %PATH% variable. This is an error. Please verify
this software is installed and on the path.
Das funktioniert! Vielen Dank! –
Wenn diese Antwort richtig war, bitte akzeptieren Sie sie als die richtige Antwort! –
Akzeptieren Sie die Antwort, wenn sie korrekt war. – Robert