-
It contains all the information how jenkins life cycle work along with docker and docker hub.
-
It has myapp file in which a basic HTML application is stored with some styling applied.
-
I used docker as containerisation platform and dockerhub for registry purpose.
-
The ubuntu machine is used as a virtual machine for installing docker and jenkins.
-
Myapp : HTML based
It contains details about :
-
How you can write a docker file and docker compose file for 3 tier- architecture project like a chatbot ( python-flask : backend , python sdk : boto3 ,React : Frontend) ?
-
How to write Dockerfile for both frontend and backend ?
-
How to write a integrated Docker compose file for backend and frontend ?
-
How to Automate Ci/Cd process using jenkins and use Docker hub as a docker container Regsitry for public access ?
It contains how to :
-
How to write a docker file for a normal nextjs project with firestore as db storage unit.
-
How to deploy container on docker hub ?
-
How to make a application deploment ready and access it using a VM ip .