github.com/tompao/docker@v1.9.1/docs/installation/azure.md (about)

     1  <!--[metadata]>
     2  +++
     3  title = "Installation on Microsoft Azure platform"
     4  description = "Instructions for creating a Docker-ready virtual machine on Microsoft Azure cloud platform."
     5  keywords = ["Docker, Docker documentation, installation, azure,  microsoft"]
     6  [menu.main]
     7  parent = "smn_cloud"
     8  +++
     9  <![end-metadata]-->
    10  
    11  # Microsoft Azure
    12  
    13  
    14  ## Creating a Docker host machine on Azure
    15  
    16  Please check out to the following detailed tutorials on [Microsoft Azure][0]
    17  website to find out different ways to create a Docker-ready Linux virtual
    18  machines on Azure:
    19  
    20  * [Docker Virtual Machine Extensions on Azure][1]
    21      * [How to use the Docker VM Extension from Azure Cross-Platform Interface][2]
    22      * [How to use the Docker VM Extension with the Azure Portal][3] 
    23  * [Using Docker Machine with Azure][4]
    24  
    25  ## What next?
    26  
    27  Continue with the [User Guide](../userguide/).
    28  
    29  [0]: http://azure.microsoft.com/
    30  [1]: http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-docker-vm-extension/
    31  [2]: http://azure.microsoft.com/documentation/articles/virtual-machines-docker-with-xplat-cli/
    32  [3]: http://azure.microsoft.com/documentation/articles/virtual-machines-docker-with-portal/
    33  [4]: http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-docker-machine/