Running Docker Image with Sentinal Mode on Mac #132
Unanswered
morgan-coxC21
asked this question in
Q&A
Replies: 1 comment
-
You are probably missing to bind the ports from your host to the container because if you run sentinel mode you need to add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am trying to get this program to work with docker on a MacBook Pro. My goal is to run the cluster in sentinel mode locally, however I have limited docker experience and have not been able to find an answer to this question so far.
From the readme if I am using a may I must specify:
when I do this everything works just fine but this is not running in sentiniel mode (checked by listing services at 5000-50002 ie lsof -i :5000 ) so, i have tried this:
However, this does not show anything on ports 5000-5002 but when I use lsof on ports for the master ones they are up there.
So my question is, am I passing these command arguments correctly, should I be passing both since I am on a mac and want sentinel (if so how, I have tried a few ways and none work), or am I completely wrong on my thinking here?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions