#Equivalent of Dagger Shell in dagger -c for Container as argument

1 messages · Page 1 of 1 (latest)

formal sun
#

Context:
I have a function with a Container typed argument. I use this command in Dagger Shell and it work perfectly:
container-builder | node $(container-builder | another-container) | terminal
both node and another-container return a Container. And node take as first arg a Container
Question:
Is there a way to do with dagger -c "STUFF HERE"?

frozen warren