luix / docker-bmi

This sample helps to demonstrate how to build a Docker image on our own. This will be a simple web service to calculate the body mass index (BMI). It is a value derived from the weight and height of an individual. The formula of BMI is a person's weight in kilograms divided by height in meters squared.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

This sample helps to demonstrate how to build a Docker image on our own. This will be a simple web service to calculate the body mass index (BMI). It is a value derived from the weight and height of an individual. The formula of BMI is a person's weight in kilograms divided by height in meters squared.

License:MIT License


Languages

Language:Ruby 63.8%Language:Dockerfile 36.2%