0

Title basically says it. The official MS documentation only says that you can connect to the container via the FQDN. So I assumed that when I open one port it would connect me to that port of the container. But what happens when I open more than one port?

TigersEye120
  • 664
  • 1
  • 9
  • 28

1 Answers1

1

FQDN (fully qualified domain name) doesn't include port, so your container would be exposed via the combination of FQDN and whatever ports you open. For example:

aidden
  • 543
  • 2
  • 6