Open jimzucker opened 8 years ago
reads: Configure Couchbase server mvn install -Pcouchbase -Ddocker.host=$(docker-machine ip swarm-master)
should tell the user to find out where the couch base is running using
eval "$(docker-machine env --swarm swarm-master)" docker ps
the run mvn install -Pcouchbase -Ddocker.host=$(docker-machine ip )
Exact node for mvn install -Pcouchbase need to be specified after looking at the output of docker ps.
mvn install -Pcouchbase
docker ps
reads: Configure Couchbase server mvn install -Pcouchbase -Ddocker.host=$(docker-machine ip swarm-master)
should tell the user to find out where the couch base is running using
eval "$(docker-machine env --swarm swarm-master)" docker ps
the run mvn install -Pcouchbase -Ddocker.host=$(docker-machine ip)