Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Docker exposes network services in containers through the use of port mappings, and port mappings can bind to specific ip addresses as well as ports on your host. So  So if you want to have one web server at 192.168.10.10 and another webserver at 192.168.10.20, first make sure this addresses are available on your host:

...