Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
The fastest and most efficient way to get started is to run an instance from docker hub. To do that all you need to do is
When you have docker & docker-compose installed you can run the following command to spin up the server.
This method only supports linux/amd64, if you need to build it differently, read how to .
Below run in command line, it will get the docker-compose file and run docker.
Once the server is up and running you can access the WEB UI from http://localhost:8080/
You can also access the cli tool within the docker container with the following command
Your server is now up and running. Check out the rest of the documentation on how to use it.
To give it a run on play with docker you can load and instance by clicking on
Once you click the link, click Start and that will create an instance for you to test it out, you can then use the open port button to open the UI on port 8080. After that, you can then SSH into the playground instance and execute the command above to start the CLI.