Docker debug
Some checks failed
Self Test / test (push) Failing after 27s

This commit is contained in:
wispem-wantex 2025-06-07 07:38:11 -04:00
parent 71aa7688ff
commit a2aa3708c8

View File

@ -18,7 +18,7 @@ jobs:
- name: debug
run: |
env
apt install -y docker.io
apt update && apt install -y docker.io
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