Skip to content

Commit bc03db4

Browse files
Merge pull request #50006 from ShawnKupfer/WB1747
User Feedback 420878 - Fix outdated code in unit 2
2 parents acfc647 + 390801c commit bc03db4

File tree

1 file changed

+3
-0
lines changed
  • learn-pr/azure/run-docker-with-azure-container-instances/includes

1 file changed

+3
-0
lines changed

learn-pr/azure/run-docker-with-azure-container-instances/includes/2-run-aci.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ For scenarios where you need full container orchestration, including service dis
4646
--resource-group learn-deploy-aci-rg \
4747
--name mycontainer \
4848
--image mcr.microsoft.com/azuredocs/aci-helloworld \
49+
--os-type Linux \
50+
--cpu 1 \
51+
--memory 1.5 \
4952
--ports 80 \
5053
--dns-name-label $DNS_NAME_LABEL \
5154
--location eastus

0 commit comments

Comments
 (0)