You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/docker/index.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,8 @@ ms.author: gwallace
25
25
<h2>Step-by-Step Tutorials</h2>
26
26
<p>Learn how to use Docker in your application and as part of your CI/CD pipeline:</p>
27
27
<ol>
28
-
<li><ahref="/azure/app-service/containers/tutorial-python-postgresql-app">Build Python and PostgreSQL with Docker</a></li>
29
-
<li><ahref="/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><ahref="/azure/jenkins/tutorial-jenkins-github-docker-cicd">Integrate Docker, Jenkins, and Linux VMs</a></li>
28
+
<li><ahref="/azure/app-service/containers/tutorial-python-postgresql-app">Run a Python (Django) web app with PostgreSQL in Azure App Service</a></li>
29
+
<li><ahref="/azure/jenkins/tutorial-jenkins-github-docker-cicd">Create a development infrastructure on a Linux VM in Azure with Jenkins, GitHub, and Docker</a></li>
31
30
</ol>
32
31
<h2>Resources</h2>
33
32
<p>See the following links for additional reference materials and tools for working with Docker on Azure.</p>
0 commit comments