Auto Update, host offline

You need to use docker run -d --restart unless-stopped --stop-timeout 300 in your docker run command as specified in the guide, then the container will be restarted automatically if it’s fail.

When you start your container back - is it online?
If not, you need to fix an issue using this check-list:

The automatic updates are integral part of the docker container, it cannot be postponed. It will update your node when its time to come (we updates nodes by waves depending on NodeID).