using nerdctl in Go exec.Command is unresponsive #1454
-
Beta Was this translation helpful? Give feedback.
Answered by
AkihiroSuda
Apr 4, 2023
Replies: 1 comment 1 reply
-
This is expected, as You may just want this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tianyax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is expected, as
io.ReadAlll(stdout)
stucks until stdout is closedYou may just want this: