This is a simple convertor for the digits. It converts the digits from one type to another. The types are: binary, octal, decimal and hexadecimal.
Build and run the Docker image. follow the commands below:
# Build the Docker image
docker build -t convertor .
# Run the Docker image
docker run -it convertor
developed by Akbar and Davron