Quick Start

Getting started with Binacle.Net is easy!

The following setup runs Binacle.Net with Swagger UI and the UI Module.


๐Ÿ–ฅ๏ธ Run Locally with Docker

The fastest way to try Binacle.Net is by running it in a Docker container.

1๏ธโƒฃ Install Docker

Ensure Docker is installed on your system. If not, follow the instructions on the Docker website.

2๏ธโƒฃ Run Binacle.Net

Open your terminal and run:

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

This command will:

3๏ธโƒฃ Access Binacle.Net

๐Ÿ“ฆ Run with Docker Compose

For more advanced setups, you can use Docker Compose. Choose one of the provided Samples for a quick start: