|
1 | 1 | ---
|
2 | 2 | title: Quickstart - Deploy Docker container to container instance - Portal
|
3 | 3 | description: In this quickstart, you use the Azure portal to quickly deploy a containerized web app that runs in an isolated Azure container instance
|
4 |
| -services: container-instances |
5 |
| -author: dlepow |
6 |
| -manager: gwallace |
7 |
| - |
8 |
| -ms.service: container-instances |
9 | 4 | ms.topic: quickstart
|
10 |
| -ms.date: 04/17/2019 |
11 |
| -ms.author: danlep |
| 5 | +ms.date: 03/09/2020 |
12 | 6 | ms.custom: "seodec18, mvc"
|
13 | 7 | ---
|
14 | 8 |
|
@@ -36,23 +30,24 @@ On the **Basics** page, enter the following values in the **Resource group**, **
|
36 | 30 |
|
37 | 31 | * Resource group: **Create new** > `myresourcegroup`
|
38 | 32 | * Container name: `mycontainer`
|
39 |
| -* Container image: `mcr.microsoft.com/azuredocs/aci-helloworld` |
| 33 | +* Image source: **Quickstart images** |
| 34 | +* Container image: `mcr.microsoft.com/azuredocs/aci-helloworld` (Linux) |
40 | 35 |
|
41 | 36 | ![Configuring basic settings for a new container instance in the Azure portal][aci-portal-03]
|
42 | 37 |
|
43 |
| -For this quickstart, you use the default **Image type** setting of **Public** to deploy the public Microsoft `aci-helloworld` image. This Linux image packages a small web app written in Node.js that serves a static HTML page. |
| 38 | +For this quickstart, you use default settings to deploy the public Microsoft `aci-helloworld` image. This sample Linux image packages a small web app written in Node.js that serves a static HTML page. You can also bring your own container images stored in Azure Container Registry, Docker Hub, or other registries. |
44 | 39 |
|
45 | 40 | On the **Networking** page, specify a **DNS name label** for your container. The name must be unique within the Azure region where you create the container instance. Your container will be publicly reachable at `<dns-name-label>.<region>.azurecontainer.io`. If you receive a "DNS name label not available" error message, try a different DNS name label.
|
46 | 41 |
|
47 |
| -![Configuring a new container instance in the Azure portal][aci-portal-04] |
| 42 | +![Configuring network settings for a new container instance in the Azure portal][aci-portal-04] |
48 | 43 |
|
49 | 44 | Leave the other settings at their defaults, then select **Review + create**.
|
50 | 45 |
|
51 | 46 | When the validation completes, you're shown a summary of the container's settings. Select **Create** to submit your container deployment request.
|
52 | 47 |
|
53 | 48 | ![Settings summary for a new container instance in the Azure portal][aci-portal-05]
|
54 | 49 |
|
55 |
| -When deployment starts, a notification appears indicating the deployment is in progress. Another notification is displayed when the container group has been deployed. |
| 50 | +When deployment starts, a notification appears to indicate the deployment is in progress. Another notification is displayed when the container group has been deployed. |
56 | 51 |
|
57 | 52 | Open the overview for the container group by navigating to **Resource Groups** > **myresourcegroup** > **mycontainer**. Take note of the **FQDN** (the fully qualified domain name) of the container instance, as well its **Status**.
|
58 | 53 |
|
|
0 commit comments