docker 명령어 info로 변경
This commit is contained in:
@@ -71,7 +71,7 @@ public class DockerRunnerService {
|
|||||||
log.info("[Step 1/4] Docker 명령어 생성 중...");
|
log.info("[Step 1/4] Docker 명령어 생성 중...");
|
||||||
List<String> command = buildCommand(resultUid);
|
List<String> command = buildCommand(resultUid);
|
||||||
log.info("[Step 1/4] Docker 명령어 생성 완료");
|
log.info("[Step 1/4] Docker 명령어 생성 완료");
|
||||||
log.debug(" - 명령어: {}", String.join(" ", command));
|
log.info(" - 명령어: {}", String.join(" ", command));
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// Step 2: Docker 프로세스 시작
|
// Step 2: Docker 프로세스 시작
|
||||||
|
|||||||
Reference in New Issue
Block a user