Sign inSign up

certyiknofetch/multicalc

By certyiknofetch

Updated 9 months ago

Image
0

1.5K

certyiknofetch/multicalc repository overview


Multi Calculator

A versatile, modern calculator application with multiple specialized calculators in a unified interface.

Docker Image Version Docker Image Size Docker Pulls

Features

  • Multiple Calculator Types: Standard, Scientific, Financial, Statistics, Matrix, Unit Converter
  • IP Tools: Subnet calculator, IP validation, IPv6 support, IP Range calculator
  • Modern UI: Responsive design with dark/light themes
  • Production Ready: Optimized Docker image with nginx

Quick Start

# Pull and run the latest image
docker run -d -p 8080:80 certyiknofetch/multicalc:latest

# Or use docker compose
services:
  app:
    image: certyiknofetch/multicalc:1.3
    container_name: calculator
    restart: unless-stopped
    ports:
      - "80:80"
    healthcheck:
      test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:80/"]
      interval: 30s
      timeout: 10s
      retries: 3
      start_period: 40s

Supported Architectures

  • linux/amd64 (Intel/AMD 64-bit)
  • linux/arm64 (ARM 64-bit)

Tags

  • latest - Latest stable release
  • 1.3 - Version 1.3
  • 1.2 - Version 1.2

Access

After running, access the calculator at http://localhost:8080

Built with React, TypeScript, and served by nginx.

Tag summary

Content type

Image

Digest

sha256:458d4a18d

Size

22.4 MB

Last updated

9 months ago

docker pull certyiknofetch/multicalc