This commit is contained in:
hiondal 2025-02-18 00:57:14 +09:00
parent 1a1e4ce912
commit 90ea7e10fb

View File

@ -60,9 +60,9 @@ podTemplate(
sh """
apt-get update
apt-get install -y docker.io
groupadd -f docker
usermod -aG docker root
chmod 666 /var/run/docker.sock
//groupadd -f docker
//usermod -aG docker root
//chmod 666 /var/run/docker.sock
"""
sh """