Search code examples
dockerdocker-cloud

How to visit helloworld example in Docker Cloud


I just deployed a node by following docker-cloud, the example is helloworld, after deployed successfully, how can I visit this node from browser?


Solution

  • I didn't add endpoint in my service, I should publish 80 port to allow visiting from outside.