We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Cd "C:\le\code\practice\NetDocker2\NetDocker2"
az login
az aks install-cli
az acr login --name $registryName
$loginServer='letestazureregistry.azurecr.io' $registryName="letestazureregistry"
az acr build --image sample/letestdocker:v1 --registry $registryName --file Dockerfile .
There was an error while loading. Please reload this page.