Hi,

I am new to using Vagrant with Docker and ran into the following issue:

Given the following block:

config.vm.provider "docker" do |d|
  d.image = "centos:6"
end

and the following command:

vagrant up --provider=docker

I get the following error:

Error response from daemon: No command specified

Since the machine is down asking for logs through vagrant docker-logs 
crashes so I have no clue how to debug this.


Hope someone can shed some light on this. Googling hasn't helped me much so 
far.


Best,


Dirk

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to