-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not replicating mongo nodes #1
Comments
Hello saidur2k, this happening because of some problems with your docker binaries, if you have docker for mac or docker for windows, you need to restart the docker application, and try to execute the script again, in case of getting the same error after restarting the docker binaries, you may need to restart the computer. thats how i resolved those issues when appeared to me. |
Hi @crizstian, Still getting this issue after restarting the computer:
And it just sits there |
This is because the docker binaries is not creating the manager1 docker-machine if you make |
$ bash < create-replica-set.sh
···························
·· swtiching >>>> manager1 server ··
···························
Host does not exist: "manager1"
·· creating container >>>> mongoNode1 ··
·· configuring container >>>> mongoNode1 ··
mongo_storage
881e0d7644968562eed5cea3fd17967ef30449593b344e1d0a58008463b37f1c
·· copying files to container >>>> mongoNode1 ··
·· removing container >>>> mongoNode1 ··
mongoNode1
--add-host manager1:192.168.99.100 --add-host worker1:192.168.99.101 --add-host worker2:192.168.99.102
·· recreating container >>>> mongoNode1 ··
eb5d089344730622f749adea5b33d567315de98980eda3081d208e26e9eb895d
Host does not exist: "manager1"
IP == PORT == 27017
The text was updated successfully, but these errors were encountered: