Continuous Integration and Delivery with Docker Trusted Registry on Microsoft Azure
Docker enables developers and sysadmins to build, ship and run distributed applications anywhere. Use cases are a great way to adopt technology to tackle specific technical or business challenges your team is trying to solve. Docker has provided guidance and a reference architecture for CI/CD with Docker. You can find it at http://www.docker.com/sites/default/files/UseCase/RA_CI%20with%20Docker_08.25.2015.pdf
In this series of blog posts, I will be exploring and implementing this RA fully on Microsoft Azure.
- Setup Docker Trusted Registry : https://manesh.me/2015/11/16/setup-docker-trusted-registry-on-microsoft-azure/
- Setup Jenkins Master : https://manesh.me/2015/11/18/setup-jenkins-master-on-microsoft-azure-for-cicd-with-dtr/
- Setup Jenkins Slave : https://manesh.me/2015/11/20/setup-jenkins-slave-on-microsoft-azure-for-cicd-with-dtr/
- Setup Jenkins Job with Git as the source : https://manesh.me/2015/11/23/setup-jenkins-job-with-git-source/
- Setup Jenkins Job to start on Git Commit : https://manesh.me/2015/11/25/setup-jenkins-job-to-start-on-git-commit/
You can download all the original word documents I used to author this blog series from https://gallery.technet.microsoft.com/Continuous-Integration-and-c5ecb6a8. If you have questions, you can add comments to this blog. If you liked my blog series, you can follow me on Twitter at https://www.twitter.com/ManeshRavendran/
Posted on 2015/11/15, in DevOps, Microsoft Azure and tagged Cloud, Continuous Delivery, DevOps, Docker, Linux, Microsoft Azure, Ubuntu. Bookmark the permalink. 6 Comments.
Pingback: Setup Docker Trusted Registry on Microsoft Azure | Imagine - Experiment - Realize
Pingback: Setup Docker Trusted Registry on Microsoft Azure | Imagine - Experiment - Realize
Pingback: Setup Jenkins Master on Microsoft Azure for CICD with DTR | Imagine - Experiment - Realize
Pingback: Setup Jenkins Slave on Microsoft Azure for CICD with DTR | Imagine - Experiment - Realize
Pingback: Setup Jenkins Job with Git Source | Imagine - Experiment - Realize
Pingback: Setup Jenkins Job to start on Git Commit | Imagine - Experiment - Realize