Quick Start

Getting started with Binacle.Net is simple.

The setup below turns on Swagger UI, Scalar UI and the UI Module so you can try it out from a browser. All three are off by default.

πŸ–₯️ 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:3.0

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

The tag 3.0 is the minor tag: it follows the newest patch in this line and never a breaking change.

3️⃣ Access Locally

➑️ Where to go next