A versatile, modern calculator application with multiple specialized calculators in a unified interface.
# 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
linux/amd64 (Intel/AMD 64-bit)linux/arm64 (ARM 64-bit)latest - Latest stable release1.3 - Version 1.31.2 - Version 1.2After running, access the calculator at http://localhost:8080
Built with React, TypeScript, and served by nginx.
Content type
Image
Digest
sha256:458d4a18d…
Size
22.4 MB
Last updated
9 months ago
docker pull certyiknofetch/multicalc