Update rocky.sh

This commit is contained in:
Felix Schulze 2023-04-23 15:30:21 +02:00 committed by GitHub
parent 3d47f6a2ad
commit 860397c201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,3 +37,11 @@ yum install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker
systemctl start docker systemctl start docker
systemctl enable 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