Browse code

docs: Add Azure installation instructions

Adding instructions that refers to the Microsoft Azure
documentation on creating Docker-ready Linux VMs on Azure
platform.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>

Ahmet Alp Balkan authored on 2015/03/16 16:41:27
Showing 2 changed files
... ...
@@ -45,6 +45,7 @@ pages:
45 45
 - ['installation/google.md', 'Installation', 'Google Cloud Platform']
46 46
 - ['installation/gentoolinux.md', 'Installation', 'Gentoo']
47 47
 - ['installation/softlayer.md', 'Installation', 'IBM Softlayer']
48
+- ['installation/azure.md', 'Installation', 'Microsoft Azure']
48 49
 - ['installation/rackspace.md', 'Installation', 'Rackspace Cloud']
49 50
 - ['installation/rhel.md', 'Installation', 'Red Hat Enterprise Linux']
50 51
 - ['installation/oracle.md', 'Installation', 'Oracle Linux']
51 52
new file mode 100644
... ...
@@ -0,0 +1,27 @@
0
+page_title: Installation on Microsoft Azure Platform
1
+page_description: Instructions for creating a Docker-ready virtual machine on Microsoft Azure cloud platform.
2
+page_keywords: Docker, Docker documentation, installation, azure, microsoft
3
+
4
+# Microsoft Azure
5
+
6
+
7
+## Creating a Docker host machine on Azure
8
+
9
+Please check out to the following detailed tutorials on [Microsoft Azure][0]
10
+website to find out different ways to create a Docker-ready Linux virtual
11
+machines on Azure:
12
+
13
+* [Docker Virtual Machine Extensions on Azure][1]
14
+    * [How to use the Docker VM Extension from Azure Cross-Platform Interface][2]
15
+    * [How to use the Docker VM Extension with the Azure Portal][3] 
16
+* [Using Docker Machine with Azure][4]
17
+
18
+## What next?
19
+
20
+Continue with the [User Guide](/userguide/).
21
+
22
+[0]: http://azure.microsoft.com/
23
+[1]: http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-docker-vm-extension/
24
+[2]: http://azure.microsoft.com/documentation/articles/virtual-machines-docker-with-xplat-cli/
25
+[3]: http://azure.microsoft.com/documentation/articles/virtual-machines-docker-with-portal/
26
+[4]: http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-docker-machine/
0 27
\ No newline at end of file