Update rocky.sh

This commit is contained in:
Felix Schulze 2023-02-23 13:45:05 +01:00 committed by GitHub
parent a1b0eee3aa
commit 9576e2907d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ yum install -y yum-utils
yum-config-manager \ yum-config-manager \
--add-repo \ --add-repo \
https://download.docker.com/linux/centos/docker-ce.repo https://download.docker.com/linux/centos/docker-ce.repo
yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin yum install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
systemctl start docker systemctl start docker
systemctl enable docker systemctl enable docker