Quickstart
Running locally using docker
-i (interactive): This flag keeps STDIN open even if not attached, allowing you to interact with the container (e.g., provide input, see output).
-t (TTY): This flag allocates a pseudo-TTY connected to the container's standard input, which is often needed for interactive applications.
You container should be running on port 6821 and you can verifying it by running the docker ps
command.
Connect to your database
Once the database is running, you can use our integration guide to connect to it.
Last updated