Storage Node hangs and does not respond

I think I know the reason -

The solution is

docker ps | grep watchtower | awk '{hs = hs" "$1} END{ print "docker rm --force", hs}' | bash
1 Like