Open josh9060 opened 4 years ago
I have had no luck getting the stack version of this repo running.
stack
I have created one docker-machine (DM) and initialised it as a swarm manager - advertising its address.
As it uses an external network, I created the hbase network with the scope swarm.
hbase
scope
swarm
Then, I pulled the repo onto the DM and run docker stack deploy as detailed.
docker stack deploy
None of the containers reaches 1/1. Are there some other detailed instructions? Or am I missing something here?
1/1
Any input would be greatly appreciated.
Did you change the hostname at the compose file to match the node hostname?
I have had no luck getting the
stack
version of this repo running.I have created one docker-machine (DM) and initialised it as a swarm manager - advertising its address.
As it uses an external network, I created the
hbase
network with thescope
swarm
.Then, I pulled the repo onto the DM and run
docker stack deploy
as detailed.None of the containers reaches
1/1
. Are there some other detailed instructions? Or am I missing something here?Any input would be greatly appreciated.