0

I tried to implement HRM using this article.

Docker HRM Windows

However, I get no response when I hit wordpress.example.com

But I do get response when I replace the domain with manager node’s ip like http://10.54.52.79:8000

Where could I be going wrong?

abjinugu
  • 21
  • 3
  • Name resolution is for interswarm communication not for external hosts, those will still use your nominal DNS servers – Gregory Suvalian Feb 06 '18 at 21:14
  • what does that mean? I followed the steps exactly as mentioned in the article. Is there anything i should do differently? – abjinugu Feb 07 '18 at 03:32
  • You will get name resolution working inside containers themselves but not fo your host. Login into running container and try to resovle name `wordpress.example.com` it shall resolve to IP of 10.54.52.79 – Gregory Suvalian Feb 07 '18 at 13:07

0 Answers0