When you call a function that returns a container, you get something like this: Container@xxh3:fc442c95cfdd9d34
Is it possible to reuse that container?
Something like: container | from Container@xxh3:fc442c95cfdd9d34 | terminal
I was following the ai agent quickstart and I created a container with the llm-generated curl clone. I wanted to inspect the container and run the app from inside of it, but my original chain of commands did not include | terminal. Is it lost? If not, how can I access that container?