Skip to content

Commit b3da395

Browse files
author
George Wallace
committed
updates to toc and landing page
1 parent 2dea2f4 commit b3da395

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

articles/docker/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ ms.author: gwallace
2525
<h2>Step-by-Step Tutorials</h2>
2626
<p>Learn how to use Docker in your application and as part of your CI/CD pipeline:</p>
2727
<ol>
28-
<li><a href="/azure/app-service/containers/tutorial-python-postgresql-app">Build Python and PostgreSQL with Docker</a></li>
29-
<li><a href="/azure/container-service/container-service-docker-swarm-mode-setup-ci-cd-acs-engine">CI/CD with Docker Swarm and Azure DevOps Services</a></li>
30-
<li><a href="/azure/jenkins/tutorial-jenkins-github-docker-cicd">Integrate Docker, Jenkins, and Linux VMs</a></li>
28+
<li><a href="/azure/app-service/containers/tutorial-python-postgresql-app">Run a Python (Django) web app with PostgreSQL in Azure App Service</a></li>
29+
<li><a href="/azure/jenkins/tutorial-jenkins-github-docker-cicd">Create a development infrastructure on a Linux VM in Azure with Jenkins, GitHub, and Docker</a></li>
3130
</ol>
3231
<h2>Resources</h2>
3332
<p>See the following links for additional reference materials and tools for working with Docker on Azure.</p>

articles/docker/toc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
expanded: true
55
items:
66
- name: Docker Marketplace template
7-
href: https://azuremarketplace.microsoft.com/en-us/marketplace/apps/CanonicalandMSOpenTech.DockerOnUbuntuServer1404LTS
7+
href: https://azure.microsoft.com/resources/templates/docker-simple-on-ubuntu/
88
- name: Tutorials
99
items:
1010
- name: Python Web App with Docker and PostgreSQL
1111
href: ../app-service/containers/tutorial-python-postgresql-app.md?toc=%2fazure%2fpostgresql%2ftoc.json
12-
- name: CI/CD with Docker Swarm and Azure DevOps
13-
href: /azure/container-service/container-service-docker-swarm-mode-setup-ci-cd-acs-engine
1412
- name: CI/CD with Docker, Jenkins, and Linux
1513
href: /azure/jenkins/tutorial-jenkins-github-docker-cicd
1614
- name: How-to guides

0 commit comments

Comments
 (0)