Skip to content

junaid-13/Docker-mini-project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Docker mini project

A Dockerized application showcasing how to containerize and deploy an application using Docker.

πŸ“Œ Features

βœ”οΈ Containerized using Docker
βœ”οΈ Works seamlessly across environments


πŸ›  Prerequisites

Ensure you have the following installed:

Verify installations:

docker --version
docker-compose --version  # If using Compose

πŸ“₯ Installation & Setup

Clone the repository:

git clone https://github.com/junaid-13/Docker-mini-project-1.git
cd Docker-mini-project-1

🐳 Docker Usage

1️⃣ Building the Docker Image

docker build -t my-docker-image .

2️⃣ Running the Container

docker run -d -p 5000:5000 --name my_first_container

3️⃣ Stopping & Removing the Container

docker stop <container_id>
docker rm <container_id>     

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published