docker-java
docker-java copied to clipboard
Need to set correct machine to configure Couchbase/WildFly
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.