Hello, so i see this problem on my all hosts x86 as well as on arm.
Watchtowers are keep restarting and not working. I thought maybe something is changed, checked official storj documentation, but indeed i’m using right command to start it:
docker run -d --restart=always --name watchtower -v /var/run/docker.sock:/var/run/docker.sock storjlabs/watchtower node1 watchtower --stop-timeout 300s
Despite that it’s restarting all the time, while the logs show this:
docker logs -f watchtower
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
How do i deal with it?
TY