Hello
I'm trying to understand the ephemeral disk volume.
I first ran a job that spins a busybox container, got inside it (with docker exec -it xxx sh) and then created a file inside /alloc with "touch /alloc/data/MYFILE".
Then i stopped the job and ran it again. A new allocation was created. I was expecting to see /alloc/data/MYFILE inside the new container, but it's not.
Could someone please what's wrong with my reasoning? The documentation unfortunately doesn't provide any practical example.
Thank you.