This repository contains a Dockerized Python application that prompts users to input numbers and returns the sum of those numbers. The application runs inside a Docker container, making it easy to deploy and run consistently across different environments.
- Python Application: A simple Python script that adds numbers provided by the user.
- Dockerized: Encapsulated in a Docker container for consistent behavior across various environments.
- User-Friendly: Easily run the application with a single Docker command.
- Docker installed on your system.
- A terminal or command prompt.
Clone this repository and navigate to its directory:
Instruction: to clone this Container, First you have to install the Docker Container in your Machine system.
docker pull ghcr.io/umerali06/docker:01