Skip to content
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

Part 2 scaling example (possibly) has faulty IP-address #81

Closed
juhojo opened this issue Aug 31, 2020 · 1 comment
Closed

Part 2 scaling example (possibly) has faulty IP-address #81

juhojo opened this issue Aug 31, 2020 · 1 comment

Comments

@juhojo
Copy link

juhojo commented Aug 31, 2020

There is a short section after Exercise 2.3 discussing scaling.

In one of the code-blocks there is an example of cURLing some ports. However, the IP-address of these cURLs is 0.0.0.0:<some-port>, while I believe they should be the loopback address referring to the host (127.0.0.1:<some-port>)?

While I do think that the 0.0.0.0 should work, it does not on my Windows 10 device (big surprise). Could this IP-address be changed in the material or is there a reason why the 0.0.0.0-address is superior?

image
A screenshot of the section in discussion.

qzuw added a commit to qzuw/docker-hy.github.io that referenced this issue Dec 27, 2023
@qzuw
Copy link
Contributor

qzuw commented Dec 27, 2023

My system seems to translate 0.0.0.0 to 127.0.0.1 automatically, but in principle 127.0.0.1 is more correct, I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants