This commit is contained in:
hiondal
2025-02-18 01:07:58 +09:00
parent c02f1477e9
commit 6a8947dcab
+1 -1
View File
@@ -62,7 +62,7 @@ podTemplate(
// TestContainer를 위한 Docker 데몬 실행 // TestContainer를 위한 Docker 데몬 실행
sh """ sh """
dockerd & dockerd &
sleep 10 // Docker 데몬이 시작될 때까지 대기 sleep 10
""" """
sh """ sh """