Open Irio opened 10 years ago
I think do you have a problem with forward port.
try shutdown the host postgresql service or add forward_port[5432, 5433]
in Vagrantfile
@Irio can you please vagrant ssh
into the VM, run docker ps -a
, docker images
and post the output over here? A gist with the whole output of a vagrant up --debug
from scratch would also be great. Thanks in advance!
@andreanastacio Not sure if this is a problem with the host, since my PostgreSQL instance is down when trying to get the vm running. Maybe postgres-9.3
and postgresql-contrib
conflict when starting the service.
@fgrehm Just updated the gist with the asked info.
@Irio weird, somehow docker created a container for a image that it wasn't able to download completely oO I'm not sure it is related but you might be experiencing those issues because ventriloquist locks the docker version to a known to work one.
Maybe you can try using the :latest
docker version as explained on https://github.com/fgrehm/ventriloquist#usage to see if it works?
With the latest version of docker worked properly. Thanks, @fgrehm.
When I try to start provisioning a machine, I get the following message and a non successful exit status:
Complete log follows: https://gist.github.com/Irio/80fefb95f0a35abb6a3d
Am I able to change port of services?