This commit is contained in:
hiondal 2025-02-18 00:58:55 +09:00
parent 90ea7e10fb
commit c310a6b993

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 """