Quick Start

Getting started with Binacle.Net is simple. Run it locally using Docker or deploy it to the cloud with minimal setup.

The default setup includes Swagger UI and the UI Module for easy testing and interaction.

For version-specific details, see the dedicated Quick Start Guide in the documentation.

🖥️ Run Locally with Docker

1️⃣ Install Docker

Download and install Docker from docker.com.

2️⃣ Launch Binacle.Net

Run this command in your terminal:

docker run -d --name binacle-net -p 8080:8080 -e SWAGGER_UI=True -e UI_MODULE=True binacle/binacle-net:latest

This starts Binacle.Net with Swagger UI and the UI Module on port 8080.

3️⃣ Access Locally

Binacle.Net works on all major cloud platforms. Choose based on your needs:


🗂️ Deployment Options Comparison

Deployment Best Use Case Platform URL
Local (Docker) Quick development, testing, demos Docker
Azure Microsoft stack integration, scalable apps Azure App Service
AWS Large-scale microservices, container scaling AWS ECS / Fargate
Google Cloud Serverless, efficient API deployment Google Cloud Run
Koyeb Simple, cost-effective small workloads Koyeb
Digital Ocean Easy, affordable for SMB apps Digital Ocean

Choose the platform that aligns best with your workload, scalability needs, and budget to deploy Binacle.Net smoothly in the cloud. 🚀