Add volume ls
All checks were successful
Self Test / test (push) Successful in 33s

This commit is contained in:
wispem-wantex 2025-06-07 07:40:36 -04:00
parent a2aa3708c8
commit e8a69f89cb

View File

@ -19,6 +19,8 @@ jobs:
run: |
env
apt update && apt install -y docker.io
echo "==================="
docker volume ls
docker ps --format '{{.ID}}' | xargs -n1 docker inspect --format '{{.Name}}: {{range .Mounts}}{{.Source}} -> {{.Destination}}, {{end}}'
ls -l /go-cache-volume
ls -l /var/run/docker.sock