ContainerCamp icon indicating copy to clipboard operation
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:

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

  1. Use the Jumpbox to deploy containers
  2. Create a custom container
  3. 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