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