The primary objective of this project is to showcase the steps involved in Dockerizing a Python application. This includes creating a Dockerfile, building a Docker image, and running the application within a Docker container. By encapsulating the application and its dependencies within a Docker container, we ensure consistent behavior across different environments.
The application made for this project is a simple calculator that an intuitive interface for users to input two numbers, select an arithmetic operation, and view the result in their browser.
Ensure that Docker is installed on your system. You can download Docker from the official website.
To operate the application only three steps are required:
- Enter two numbers in the provided input fields.
- Select an arithmetic operation from the dropdown menu:
- Add
- Subtract
- Multiply
- Divide
- Click the Calculate button to view the result.
This project is licensed under the MIT License.