Skip to content

nogibjj/Alex_Ackerman_Mini_Project_12

Repository files navigation

Build and Push Docker Image

Alex Ackerman's Mini Project 12: Dockerized Application - Simple Calculator

Project Overview

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.

Prerequisites

Ensure that Docker is installed on your system. You can download Docker from the official website.

Application in Use

To operate the application only three steps are required:

  1. Enter two numbers in the provided input fields.

alt text

  1. Select an arithmetic operation from the dropdown menu:
    • Add
    • Subtract
    • Multiply
    • Divide

alt text

  1. Click the Calculate button to view the result.

alt text

Application Image in Docker

alt text

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published