Sign inSign up

sandeep12058/codester

By sandeep12058

Updated over 1 year ago

A dockerized web application which serves as a product landing page.

Image
Integration & delivery
1

483

sandeep12058/codester repository overview

Codester - A Dockerized Web Application

Codester is a cloud computing project focused on demonstrating the use of Docker for efficient website deployment. By leveraging Docker containerization, this project showcases how a static website can be seamlessly packaged and deployed, highlighting Docker's simplicity and effectiveness in managing web applications. Accessible across multi-cloud platforms, Codester emphasizes scalability, portability, and ease of deployment. Powered by Docker, it exemplifies modern web development practices and infrastructure management strategies, now integrating a CI/CD pipeline implemented using GitHub Actions. This pipeline ensures automated building and deployment of the Docker image to Docker Hub whenever changes are made to the GitHub repository, streamlining the development process and ensuring seamless updates to the deployed application.

Visit the live website here.

Features

  • Simple deployment with Docker
  • Scalable architecture
  • Portability across environments
  • CI/CD pipeline with GitHub Actions

Technologies Used

HTML5 CSS3 JavaScript Flask GitHub Docker

How to Run This Application Locally?

1. Install Docker.


2. Pull the image from Docker Hub:

docker pull sandeep12058/codester

3. Run the Docker container:

docker run -p 5000:5000 sandeep12058/codester


Connect with me

LinkedIn

Tag summary

Content type

Image

Digest

sha256:ea311d4f7

Size

366.8 MB

Last updated

over 1 year ago

docker pull sandeep12058/codester