Parcourir la source

Add 'watchdog'

Laurie Summers il y a 1 an
Parent
commit
af8d57cf70
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 9 0
      watchdog

+ 9 - 0
watchdog

@@ -0,0 +1,9 @@
+Restarts unhealthy containers
+
+docker run \
+    -d \
+    --name watchdog \
+    --restart=always \
+    -e WATCHDOG_CONTAINER_LABEL=all \
+    -v /var/run/docker.sock:/var/run/docker.sock \
+    buanet/watchdog:latest