fgrehm / ventriloquist

Development environments made easy
MIT License
359 stars 20 forks source link

A box must be specified #60

Open mattscilipoti opened 10 years ago

mattscilipoti commented 10 years ago

When using your examples from the readme, Vagrant tells me that "a box must be specified". Do you have a particular box you would recommend? I don't see a reference to any box in your examples.

I am using 'phusion-open-ubuntu-14.04-amd64' from https://github.com/phusion/baseimage-docker/blob/master/Vagrantfile.

Vagrant.configure("2") do |config|
  config.vm.box = 'phusion-open-ubuntu-14.04-amd64'

After vagrant up and vagrant ssh, I am unable to curl elasticsearch:

$ curl localhost:9200
curl: (7) Failed to connect to localhost port 9200: Connection refused
$ docker images
REPOSITORY                           TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
fgrehm/ventriloquist-redis-2.8       latest              2349ae8b7c86        5 weeks ago         431.3 MB
fgrehm/ventriloquist-es-1.1          latest              407ea49a388d        5 weeks ago         520.6 MB
fgrehm/ventriloquist-memcached-1.4   latest              873accdd08a0        5 weeks ago         431.2 MB
fgrehm/ventriloquist-postgres-9.2    latest              140971af8e35        5 weeks ago         523 MB
fgrehm commented 10 years ago

I believe any Ubuntu 12.04+ box should do the trick, would you be able to share your Vagrantfile?