For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ’‘Useful Command

Check Logs

docker logs -f ursula

Restart Node

docker restart <container ID>

You can find container ID by using this command.

docker ps -a

We will add more command soon!

Last updated