borrar tmp dir y mostrar cual es

This commit is contained in:
Cat /dev/Nulo 2023-01-22 00:28:00 -03:00
parent 8c7b36c07b
commit 73ddda2810

View file

@ -58,6 +58,8 @@ https://dl-cdn.alpinelinux.org/alpine/v3.17/community`), 0600))
tmp, err := os.MkdirTemp("", "repro-run-")
must(err)
defer os.Remove(tmp)
log.Println("/work = " + tmp)
params := append(
[]string{"--bind", "./rootfs", "/",