Question 269:
You have to create a multi-stage docker image for an ASP.Net core 2.2 application. Below is the incomplete Dockerfile. The Dockerfile is located in your project directory.
Which of the following would go into Slot2?
Answer options:
A.mcr.microsoft.com/dotnet/core/aspnet:2.2 B.mcr.microsoft.com/dotnet/core/sdk:2.2 C.ENTRYPOINT D.RUN E.FROM