Latest

CI CD pipeline for a Python project using Git, Docker, Jenkins and Ansible

Submitted on Wed, 06/26/2024 - 20:23

In this tutorial, we will build a CI CD pipeline for a Python Flask project using Git, Docker, Jenkins and Ansible. Git shall be used for version control. Docker shall be used for containerization. Jenkins shall be used for continuous integration including build automation and Ansible shall be used for continuous deployment.

Git and Docker shall be the prerequisites for this project implementation. Also, an account at hub.docker.com shall be required to host the docker images needed for this project.

Tags

Java with docker

Submitted on Thu, 08/15/2024 - 16:12
In this tutorial, we will learn various approaches to deploy Java applications using Docker. We will learn to deploy both standalone and web applications using various techniques.

Tags