Demonstrate using Docker swarm mode to manage a cluster in Azure Container Services
An Azure RM template is included in infrastructure/
to create the environment:
Using Azure PowerShell, do the following to provision the resources:
.\startup.ps1
Alternatively, you can perform a one-click deploy with the following button:
SSH into the manager virtual machine:
user: student password: 1Lab_Virtual_Machine!
When finished, remove the Azure resources with:
.\teardown.ps1