Last active 1 year ago

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