I'm having a bit of a problem with my Docker container that's running a Pi node. Every day, I notice that it loses access to CPU resources and drops down to 0%, whereas it normally uses about 400%. I'm not quite sure what's going wrong, and I need to reset it each day to get it working again. Can anyone provide insights into why this might be happening? Thanks!
1 Answer
It sounds like you might need to share a bit more info to pinpoint the issue. Can you tell us which Docker image you’re using and how you started your container? Posting your `docker run` command or the contents of your `docker-compose.yml` could really help. Also, if you have any logs from the container, that could provide clues about what's happening. If you're unsure what logs to check, you can use the `docker logs` command to see what's going on.
And by the way, if it helps, you can use GitHub Gists or other services to share code or images instead of posting them here directly!
I'm not super familiar with Docker since this is my first time using it. The container started automatically with the Pi node app on Windows. The logs don't show any issues, and I’ve tried updating, but it still happens every day. Oddly enough, I have another PC running the same setup and it works perfectly. If you need anything less technical, I can help with that. Thanks for the tips!