Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 799 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 799 Bytes

Django Application - Dockerized

This project demonstrates a Django web application that has been containerized using Docker. Containerization ensures consistent deployment across various environments.

Project Overview

The Django application is built to display a custom message: "Containerized the application using Docker." This project includes a Docker setup to simplify the deployment process.

Included Components

  • Dockerfile: Configures the Docker image build, including base image, dependencies, and application setup.
  • Custom Message Page: Displays "Containerized the application using Docker" to verify successful deployment.
  • Docker Hub Image: Published on Docker Hub as gvjkumar2004/django_app:latest.

Prerequisites

  • Docker installed on your machine.