Question: You built a container image on Nano Server. The container image has multiple layers, including a custom application built for your company, and your development team pushed the image to your Azure image registry. What happens if you attempt to pull that image to a new server with previously downloaded OS images?

  1. Your custom layers will be pulled from your Azure registry and you will receive an notifying you of the missing base image.
  2. You will receive an notifying you of the missing base image and you will not be allowed to pull the image.
  3. All layers will be downloaded from your Azure registry.
  4. The base OS image layers will automatically be pulled from Microsoft's registry at Docker Hub, and your custom layers will be pulled from your Azure registry.

Answer: The correct answer of the above question is Option B:You will receive an notifying you of the missing base image and you will not be allowed to pull the image.