Commands Reference
Stopping Containers
When the terminal is not attached to a container, it cannot be stopped with Ctrl+c
. In this case the commands below can be used to stop a container.
Stop a container launched with docker
:
Stop a container/containers launched with docker-compose
:
Logs
Follow the node logs:
Output the node logs to a file:
Copy the node logs to your local computer (run this from your local computer):
Follow the logs of the node-monitor
:
Last updated