arun-gupta / docker-java

Docker for Java Developers
387 stars 230 forks source link

Need to set correct machine to configure Couchbase/WildFly #139

Open jimzucker opened 8 years ago

jimzucker commented 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 )

arun-gupta commented 8 years ago

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