Skip to content

Commit 0eb92e4

Browse files
authored
Merge pull request #106899 from rolyon/rolyon-landing-docker
[Docker] landing page update
2 parents 2d23f70 + 1f50b32 commit 0eb92e4

File tree

3 files changed

+49
-38
lines changed

3 files changed

+49
-38
lines changed

articles/docker/index.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

articles/docker/index.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
### YamlMime:Landing
2+
3+
title: Docker on Azure documentation
4+
summary: Docker is a popular container management and imaging platform that allows you to quickly work with containers on Linux and Windows. Learn how to leverage Docker on Azure.
5+
6+
metadata:
7+
title: Docker on Azure documentation
8+
description: Docker is a popular container management and imaging platform that allows you to quickly work with containers on Linux and Windows. Learn how to leverage Docker on Azure.
9+
services: multiple
10+
ms.service: multiple
11+
ms.topic: landing-page
12+
author: georgewallace
13+
ms.author: gwallace
14+
ms.date: 03/08/2020
15+
16+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
17+
18+
landingContent:
19+
# Card
20+
- title: Deploy Docker on Azure
21+
linkLists:
22+
- linkListType: overview
23+
links:
24+
- text: Deploy Docker on Ubuntu Quickstart template
25+
url: https://azure.microsoft.com/resources/templates/docker-simple-on-ubuntu/
26+
27+
# Card
28+
- title: Get started
29+
linkLists:
30+
- linkListType: tutorial
31+
links:
32+
- text: Run a Python (Django) web app with PostgreSQL in Azure App Service
33+
url: ../app-service/containers/tutorial-python-postgresql-app.md
34+
- text: Create a development infrastructure on a Linux VM in Azure with Jenkins, GitHub, and Docker
35+
url: ../jenkins/tutorial-jenkins-github-docker-cicd.md
36+
37+
# Card
38+
- title: Resources
39+
linkLists:
40+
- linkListType: reference
41+
links:
42+
- text: Docker Azure site
43+
url: https://docs.docker.com/docker-for-azure/why/
44+
- text: Docker Azure driver
45+
url: https://docs.docker.com/machine/drivers/azure/
46+
- text: Learn about Docker
47+
url: https://docker.com

articles/docker/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- name: Docker Documentation
2-
href: index.md
1+
- name: Docker documentation
2+
href: index.yml
33
- name: Quickstart
44
expanded: true
55
items:

0 commit comments

Comments
 (0)