how to set container auto-restarting with dockerMarch 12, 2021auto-restarting with docker docker run --restart=always my-container disable auto-restarting with docker docker update --restart=no my-container