A simple web calculator
1.9K
A simple web calculator that can perform addition, subtraction, multiplication and division between two numbers. It runs on port 9000 of the container. To run container use:
$ docker run -it --name=calculator1 -p 8081:9000 emruzhossain/webcalculator:v1
Then when server is running browse: http://127.0.0.1:8081/?FirstOperand=23&SecondOperand=50
Login Credential: user name: emruz password: 1234
Content type
Image
Digest
Size
4.5 MB
Last updated
almost 9 years ago
docker pull emruzhossain/webcalculator