I would like to inspect a container to find the number of available CPUs so that I can generate the right build commands. It looked like I should be able to read "/proc/cpuinfo" from the container, but this fails with an error
container.from.file lstat /tmp/buildkit-mount707493033/proc/cpuinfo: no such file or directory
I think I can work around this using Exec, but it's a bit of a surprising error to me ...