Use Docker
To host an instance using Docker, you use directly the CLI using docker run to start a bot.
This is, however, not the preferred method to keep an instance in check. This is more of a "testing" option.
If you wish to host a bot with a more declarative syntax, use the Docker Compose guide.
In your terminal, run the following command: (This is assuming a Linux system, adapt to your needs)