New SNO here, trying to get my node up and running. Watchtower is running fine in the docker container, but the storagenode keeps restarting. When I try to execute docker exec -it storagenode /app/dashboard.sh
to check the status it just says Error response from daemon: Container d56428a564ce037792566edca6025118b648fe4ec177f93654bbfcc96478be1f is restarting, wait until the container is running
. I guess because it’s perpetually restarting. Any thoughts? I’m fairly new to Linux and running devops type stuff so please in advance pardon my ignorance.
I found this post which is similar, but I’m actually able to get docker ps -a
to work fine.