From 860397c201a45cff10891dd88c20bcc19089e031 Mon Sep 17 00:00:00 2001 From: Felix Schulze <39433012+thefeli73@users.noreply.github.com> Date: Sun, 23 Apr 2023 15:30:21 +0200 Subject: [PATCH] Update rocky.sh --- rocky.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rocky.sh b/rocky.sh index a9f27cd..6b37217 100644 --- a/rocky.sh +++ b/rocky.sh @@ -37,3 +37,11 @@ yum install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker systemctl start docker systemctl enable docker +#autoheal +docker run -d \ + --name autoheal \ + --restart=always \ + -e AUTOHEAL_CONTAINER_LABEL=all \ + -v /var/run/docker.sock:/var/run/docker.sock \ + willfarrell/autoheal +