From acd76aaca9bf734ec37fe6d8ae5b659a64508975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 23 Sep 2025 11:15:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(docker-exec-via-sock.sh):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=AE=B9=E5=99=A8=E6=89=A7=E8=A1=8C=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E7=9A=84=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-exec-via-sock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-exec-via-sock.sh b/docker-exec-via-sock.sh index 347819e..f0fd3fd 100644 --- a/docker-exec-via-sock.sh +++ b/docker-exec-via-sock.sh @@ -192,7 +192,7 @@ fi docker_api_base="http://localhost/${DOCKER_API_VERSION}" exec_create_endpoint="${docker_api_base}/containers/${CONTAINER_NAME}/exec" -log "executing command in container $CONTAINER_NAME" +log "executing command in container '$CONTAINER_NAME': $CMD_TO_EXEC" if ! exec_id=$(docker_exec_create "command" "$CMD_TO_EXEC"); then exit 1