I just want to print out the filesystem from dagger-engine image.
I've noticed that if I get into the docker image like
docker exec -ti dagger-engine-8d8bdc86d448fd7b /bin/sh
I can then find my filesystem in
/var/lib/dagger/runc-overlayfs/snapshots/snapshots/{some-number}/fs
Is there a conventional way to get the latest snapshot?