Skip to content

Instantly share code, notes, and snippets.

@kenjiskywalker
Created May 19, 2014 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenjiskywalker/1151a5aeb097d92bf42a to your computer and use it in GitHub Desktop.
Save kenjiskywalker/1151a5aeb097d92bf42a to your computer and use it in GitHub Desktop.
['-']% vagrant up --provider=docker
Bringing machine 'default' up with 'docker' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:
docker provider:
* One of "build_dir" or "image" must be set
VagrantPlugins::DockerProvisioner::Config:
* The following settings shouldn't exist: build_dir
['x']%
@jensklose
Copy link

Hallo,
I'd the same issue.
Looking again and again then:
config.vm.provider "docker" do |d| # use this
is not the same like
config.vm.provision "docker" do |d|

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment