Skip to content

Commit aa56f28

Browse files
author
naman-msft
committed
updated commands
1 parent f184fb4 commit aa56f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenarios/azure-compute-docs/articles/container-instances/container-instances-vnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Now, set `CONTAINER_GROUP_IP` to the IP you retrieved with the `az container sho
359359
az container create \
360360
--resource-group $MY_RESOURCE_GROUP_NAME \
361361
--name $MY_COMM_CHECKER_NAME \
362-
--image alpine:3.4 \
362+
--image mcr.microsoft.com/azuredocs/aci-helloworld \
363363
--command-line "wget 10.0.0.4" \
364364
--restart-policy never \
365365
--vnet $MY_VNET_NAME \

0 commit comments

Comments
 (0)