Skip to content

Latest commit

 

History

History
 
 

docker-simple-on-ubuntu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Simple deployment of an Ubuntu VM with Docker

Built by: coreysa, ahmetalpbalkan

This template allows you to deploy an Ubuntu VM with Docker (using the Docker Extension) installed. You can run docker commands by connecting to the virtual machine with SSH.

Below are the parameters that the template expects

Name Description
newStorageAccountName Unique DNS Name for the Storage Account where the Virtual Machine's disks will be placed.
location The location where the Virtual Machine will be deployed
adminUsername Username for the Virtual Machine
adminPassword Password for the Virtual Machine
dnsNameForPublicIP Unique DNS Name for the Public IP used to access the Virtual Machine.
ubuntuOSVersion The Ubuntu version for deploying the Docker containers. This will pick a fully patched image of this given Ubuntu version. Allowed values: 14.04.2-LTS, 14.04-DAILY, 15.04