You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-quickstart-containers.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Select **Service Fabric application**, name it "MyFirstContainer", and click **O
52
52
53
53
Select **Container** from the **Hosted Containers and Applications** templates.
54
54
55
-
In **Image Name**, enter "mcr.microsoft.com/windows/servercore/iis:windowservercore-ltsc2016", the [Windows Server Core Server and IIS base image](https://hub.docker.com/r/microsoft-windows-servercore-iis).
55
+
In **Image Name**, enter "mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2016", the [Windows Server Core Server and IIS base image](https://hub.docker.com/_/microsoft-windows-servercore-iis).
56
56
57
57
Configure the container port-to-host port mapping so that incoming requests to the service on port 80 are mapped to port 80 on the container. Set **Container Port** to "80" and set **Host Port** to "80".
58
58
@@ -72,14 +72,14 @@ Microsoft publishes different images for versions of IIS built on different vers
The service manifest continues to specify only one image for the nanoserver, `mcr.microsoft.com/windows/servercore/iis:windowservercore-ltsc2016`.
82
+
The service manifest continues to specify only one image for the nanoserver, `mcr.microsoft.com/windows/servercore/iis:windowsservercore-ltsc2016`.
83
83
84
84
Also in the *ApplicationManifest.xml* file, change **PasswordEncrypted** to **false**. The account and password are blank for the public container image that is on Docker Hub, so we turn off encryption because encrypting a blank password will generate a build error.
0 commit comments