π‘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
Was this helpful?
docker logs -f ursula
docker restart <container ID>
You can find container ID by using this command.
docker ps -a
We will add more command soon!
Last updated
Was this helpful?