From 219f8a729ce52746f26df5c1124241098803ab50 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 1 Jun 2025 11:34:15 +1200 Subject: [PATCH] 'Generic Commit' --- test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.sh b/test.sh index a5715c6..4b87894 100755 --- a/test.sh +++ b/test.sh @@ -23,6 +23,9 @@ mount | grep -E "(overlay|workspace)" || true echo "--------------------------------" echo "--------------------------------" echo "--------------------------------" +echo "ls on host" +ls -la ./ +echo "--------------------------------" echo "ls -la ./" docker run --rm -i --entrypoint /bin/bash -v ./:/workspace debian:latest -c "ls -la /workspace" echo "--------------------------------"