You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
$ vagrant up elasticsearch --provider=docker
Bringing machine 'elasticsearch' up with 'docker' provider...
==> elasticsearch: Docker host is required. One will be created if necessary...
elasticsearch: Docker host VM is already ready.
==> elasticsearch: Syncing folders to the host VM...
elasticsearch: Rsyncing folder: <snip>/elasticsearch-docker/ => /var/lib/docker/docker_1401201151_90455
==> elasticsearch: Warning: When using a remote Docker host, forwarded ports will NOT be
==> elasticsearch: immediately available on your machine. They will still be forwarded on
==> elasticsearch: the remote machine, however, so if you have a way to access the remote
==> elasticsearch: machine, then you should be able to access those ports there. This is
==> elasticsearch: not an error, it is only an informational message.
==> elasticsearch: Creating the container...
elasticsearch: Name: elasticsearch-docker_elasticsearch_1401201153
elasticsearch: Image: dockerfile/elasticsearch
elasticsearch: Volume: /var/lib/docker/docker_1401201151_90455:/vagrant
elasticsearch: Port: 2222:22
elasticsearch: Port: 9200:9200
elasticsearch: Port: 9300:9300
elasticsearch:
elasticsearch: Container created: ba322db5bdfe082a
==> elasticsearch: Starting container...
==> elasticsearch: Provisioners will not be run since container doesn't support SSH.massimo@host ~/elasticsearch-docker $ curl -sS -X GET http://127.0.0.1:9200/curl: (7) Failed connect to 127.0.0.1:9200; No error
Am I missing something?
The text was updated successfully, but these errors were encountered:
Please, add the ability to automatically forward the exposed ports to the host.
Let's say I'm using dockerfile/elasticsearch. Its Dockerfile exposes ports 9200 and 9300.
Here's the Vagrantfile I'm using:
On the boot2docker guest everything is fine
But no port is forwarded to the host
Am I missing something?
The text was updated successfully, but these errors were encountered: