You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker-compose logs command kept saying "event stream not yet ready; retrying" and I can't not access test.local in my browser.
At first, I thought maybe SWARM_HOST wasn't correct. Because readme said
export SWARM_HOST=tcp://$(docker-machine ip manager):3376
So I changed it to tcp://$(docker-machine ip manager):2376, but still the same error.
Anything I didn't do it correctly?
BTW, I am using mac to run this example. The only thing I didn't strictly follow the readme is how I created my swarm. Because the link in readme said I should use swarm mode now. So I don't have a swarm-master in my swarm cluster, I had a swarm manager. I don't know what is different between them.
The text was updated successfully, but these errors were encountered:
The docker-compose logs command kept saying "event stream not yet ready; retrying" and I can't not access test.local in my browser.
At first, I thought maybe SWARM_HOST wasn't correct. Because readme said
export SWARM_HOST=tcp://$(docker-machine ip manager):3376
So I changed it to tcp://$(docker-machine ip manager):2376, but still the same error.
Anything I didn't do it correctly?
BTW, I am using mac to run this example. The only thing I didn't strictly follow the readme is how I created my swarm. Because the link in readme said I should use swarm mode now. So I don't have a swarm-master in my swarm cluster, I had a swarm manager. I don't know what is different between them.
The text was updated successfully, but these errors were encountered: