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/app-service/includes/quickstart-custom-container/quickstart-custom-container-linux-visual-studio-code-pivot.md
+39-39Lines changed: 39 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,66 +54,66 @@ docker --version
54
54
55
55
1. In Visual Studio Code, open an empty folder and add a file called *Dockerfile*. In the Dockerfile, paste the content based on your desired language framework:
In this Dockerfile, the parent image is one of the built-in Java containers of App Service. You can find the source files for it at [java/tree/dev/java11-alpine](https://github.com/Azure-App-Service/java/tree/dev/java11-alpine). Its [Dockerfile](https://github.com/Azure-App-Service/java/blob/dev/java11-alpine/Dockerfile) copies a simple Java app into `/tmp/appservice`. Your Dockerfile starts that app.
114
+
In this Dockerfile, the parent image is one of the built-in Java containers of App Service. You can find the source files for it at [java/tree/dev/java11-alpine](https://github.com/Azure-App-Service/java/tree/dev/java11-alpine). Its [Dockerfile](https://github.com/Azure-App-Service/java/blob/dev/java11-alpine/Dockerfile) copies a simple Java app into `/tmp/appservice`. Your Dockerfile starts that app.
115
115
116
-
---
116
+
---
117
117
118
118
1.[Open the Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette), and type **Docker Images: Build Image**. Select **Enter** to run the command.
Copy file name to clipboardExpand all lines: articles/app-service/includes/quickstart-custom-container/quickstart-custom-container-windows-cli-pivot.md
Browse to the deployed application in your web browser at the URL `http://<app-name>.azurewebsites.net`.
68
68
69
-
:::image type="content" source="../../media/quickstart-custom-container/browse-custom-container-windows-cli.png" alt-text="Screenshot of the Windows App Service with messaging that containers without a port exposed runs in background mode.":::
69
+
:::image type="content" source="../../media/quickstart-custom-container/browse-custom-container-windows-cli.png" alt-text="Screenshot of the Windows App Service with messaging that containers without a port exposed runs in background mode." lightbox="../../media/quickstart-custom-container/browse-custom-container-windows-cli.png":::
Copy file name to clipboardExpand all lines: articles/app-service/includes/quickstart-custom-container/quickstart-custom-container-windows-powershell-pivot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The command might take a few minutes to complete.
66
66
67
67
Browse to the deployed application in your web browser at the URL `http://<app-name>.azurewebsites.net`.
68
68
69
-
:::image type="content" source="../../media/quickstart-custom-container/browse-custom-container-windows-powershell.png" alt-text="Screenshot of the Windows App Service with messaging that containers without a port exposed runs in background mode.":::
69
+
:::image type="content" source="../../media/quickstart-custom-container/browse-custom-container-windows-powershell.png" alt-text="Screenshot of the Windows App Service with messaging that containers without a port exposed runs in background mode." lightbox="../../media/quickstart-custom-container/browse-custom-container-windows-powershell.png":::
0 commit comments