ContainerCamp
ContainerCamp copied to clipboard
The official @Microsoft Container Camp used to build out containerized applications on Azure.
Container Camp
The official un-official container camp used to build out containerized applications on Azure.
We assume you have an Azure Subscription... If you don't, break out your Microsoft Account (aka LiveID, Hotmail account, etc) and pick one of these options:
- Free $200/One Month Trial – $200 credit for use in 30 days.
- Visual Studio Dev Essentials Program – Comes with $25 a month of Azure credit for 12 months.
- IT Pro Cloud Essentials Program – Also comes with $25 a month of Azure credit for 12 months.
Lab One: Create an Azure Linux Jumpbox
In this setup, you will create a linux jumpbox VM in Azure using the Azure Portal, install the Azure cli, and install docker on the vm.
- Setup Step 1: Deploy a simple Linux VM jumpbox using portal
- Setup Step 2: Login to Azure CLI
- Setup Step 3: Install Docker on the jumpbox
- Setup Step 4: Clone this github respository
Lab Two: Deploy some containers on your jumpbox
- Use the Jumpbox to deploy containers
- Create a custom container
- Instrument & Monitor your containers
Lab Three: Configure a Windows Container Host
In this lab you will build a Windows 2016 Server Container Host and deploy Windows containers.
- Windows Containers on Windows Server
Lab Four: Setup Docker Swarm and Deploy Some Containers
In this lab you will deploy Docker with swarm mode, using an acs-machine template to deploy to Azure. Once you have a swarm cluster you will deploy some things to it...
- Deploy a Swarm Mode cluster
Lab Five: Deploy Multicontainer Applications
- Deploy multicontainer applications