Explorar el Código

Add 'watchdog'

Laurie Summers hace 1 año
padre
commit
af8d57cf70
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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