watchdog 213 B

123456789
  1. Restarts unhealthy containers
  2. docker run \
  3. -d \
  4. --name watchdog \
  5. --restart=always \
  6. -e WATCHDOG_CONTAINER_LABEL=all \
  7. -v /var/run/docker.sock:/var/run/docker.sock \
  8. buanet/watchdog:latest