We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When calling
dockerize -wait tcp://sut:10000 <cmd>
dockerize will not release the TPC connection until the <cmd> has finished. This is problematic if the <cmd> requires the TCP connection.
dockerize
<cmd>
Is this intentional because I do not see the connection being closed within the source code (I am not proficient with go at all).
go
dockerize/main.go
Line 174 in 9ce2e80
If this is intentional, how to circumvent that?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When calling
dockerize
will not release the TPC connection until the<cmd>
has finished. This is problematic if the<cmd>
requires the TCP connection.Is this intentional because I do not see the connection being closed within the source code (I am not proficient with
go
at all).dockerize/main.go
Line 174 in 9ce2e80
If this is intentional, how to circumvent that?
The text was updated successfully, but these errors were encountered: