8000 GitHub - jinhongtan/Calculator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jinhongtan/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

This program inlcude 7 calculation operations: Addition, subtraction, multiply, divide, square root, squre

  1. We have three python files, read_data.py, calculator.py, test.py
  2. calculator.py has the functions for different operations
  3. read_data.py has functions for read data from csv file for testing
  4. test.py is the program for testing
  5. In the bottom is the screenshot of successful run of the testing

create images

  1. clone this program
$> git clone https://github.com/jinhongtan/Calculator.git
  1. go to Dockerfile directory (cd Dockerfile)
# switch to Dockerfile directory
$> cd Calculator/
  1. run docker bulid command
$> docker build -t <imageName>:<tagName>

run image

$> docker run -it <imageName>:<tagName>

alt text

About

No description, website, o 539F r topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0