Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.03 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.03 KB

#Setup Docker host on Azure There are multiple ways of provisioning a Linux-based Docker host.

  1. Install a Linux OS on a virtual machine and install Docker
  2. Use a pre-existing Linux image from Azure and install Docker
  3. Spin-up an already existing Docker image from the Azure Marketplace

During these exercises we will use the Docker image from the Azure Marketplace.

  1. Login to the Azure Preview portal

  2. Create a new Marketplace image

  3. Search for 'Docker' and select 'Docker on Ubuntu Server'

  4. Fill in the VM information

The Docker VM image automatically opens for port 22, so it can be accessed via SSH. You can open other ports via the Azure portal. Follow the open Azure endpoint guide.