You are reading the documentation for v2.0.x, which is not the current version. It describes that release and is kept for reference β€” it is not updated. Go to v2.1.x β†’

Quick Start

Getting started with Binacle.Net is simple.

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

πŸ–₯️ 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 SCALAR_UI=True \
  -e UI_MODULE=True \ 
  binacle/binacle-net:2.0.1

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

3️⃣ Access Locally