Difference between revisions of "Restart"

From wikieduonline
Jump to navigation Jump to search
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
[[wikipedia:Restart]]
  
 +
* <code>[[docker restart]]</code>
  
* <code>[[docker restart]]</code>
+
=== [[Restart ECS service]] ===
 +
* <code>[[aws ecs update-service --cluster]] your_cluster_name --service your_service-name --force-new-deployment</code>
 +
* <code>[[aws ecs update-service --cluster]] your_cluster_name --service your_service-name --desired-count 0</code>
 +
 
 +
== Related ==
 +
* [[Restart ecs services]]
 +
* [[Kubernetes Pod Lifecycle]]
 +
* [[Kubernetes restartPolicy]]
 +
* [[/lib/systemd/system/mariadb.service]]
 +
** [[restart=on-abort]]
 +
 
 +
== See also ==
 +
* {{reboot}}
 +
 
 +
[[Category:Computing]]
 +
[[Category:Linux]]

Latest revision as of 10:04, 18 December 2024

Advertising: