You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After several tries, I can't managed to perform this use case:
What are you trying to accomplish?
I try to create a DockerTask with a Directory input. For this example, I would like to run ls command from inside a container to list a local folder, without having to manage any bind / path translation myself.
Hey all,
After several tries, I can't managed to perform this use case:
What are you trying to accomplish?
I try to create a
DockerTask
with a Directory input. For this example, I would like to run ls command from inside a container to list a local folder, without having to manage any bind / path translation myself.What have you tried?
I expect
Pydra
to edit thefolder
input value to match the path in the container and then add its value to thels
command:ls /pydra_inp_folder/test
Am I missing something ? I didn't find a similar case in the tutorial
Thanks for your help and all the jod done on this library !
The text was updated successfully, but these errors were encountered: