> ## Documentation Index
> Fetch the complete documentation index at: https://docs.satoridb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploying

In order to deploy Satori you will need to execute the docker image, you can get it with this command

```bash theme={null}
docker pull svcudev2310/satori-linux
```

Then for execution run

```bash theme={null}
docker run -p PORT:2310 svcudev2310/satori-linux  <arguments>
```
