Quick commands

Start the node

docker start ursula

Check the log

docker logs -f ursula

Restart the node

docker restart ursula

Stop the node

docker stop ursula

Last updated