Failed to use CliWrap to run a docker command #246
Unanswered
citystrawman
asked this question in
Q&A
Replies: 1 comment 10 replies
-
99% chance it's the same issue as here: #190 |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to use CliWrap to run a docker command. Actually it is a docker wrapper named fmriprep-docker(it is based upon fmri-prep, and fmriprep-docker is a Python script that operates the Docker Engine seamlessly, see this ), when I execute it on powershell, it could run:
(the errors are because it requires some parameters, I do not use parameters for simplicity, but you can see it is able to run)
Then, I tried to implement it by CliWrap:
Howerver, when I run this code, it throws errors as follows:
I searched docker though the discussion panel and I found one says that it may be related to TTY, but I am not quite clear from that post. I appreciate if anyone could help me solve this issue. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions