Last active 1725117965

stop_always_restart_container.sh Raw
1sudo docker update --restart=no <container_id>
2sudo docker stop <container_id>