docker-java icon indicating copy to clipboard operation
docker-java copied to clipboard

Need to set correct machine to configure Couchbase/WildFly

Open jimzucker opened this issue 10 years ago • 1 comments

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 )

jimzucker avatar Dec 13 '15 23:12 jimzucker

Exact node for mvn install -Pcouchbase need to be specified after looking at the output of docker ps.

arun-gupta avatar Dec 14 '15 00:12 arun-gupta