Skip to content
New issue

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

cannot use pipe in execInContainer #4612

Closed
lukasGemela opened this issue Oct 30, 2021 · 2 comments
Closed

cannot use pipe in execInContainer #4612

lukasGemela opened this issue Oct 30, 2021 · 2 comments

Comments

@lukasGemela
Copy link

Hello,

following up on https://stackoverflow.com/questions/69569247/how-to-pipe-commands-in-testcontainers-execincontainer-metod

I have the same issue and I could not make my command working with pipe, it's always evaluated as single command, so for example things like

echo 'something' | processStringCommand

simply prints 'something' | processStringCommand to stdout.

Is it expected behaviour? If yes can we update documentation?

@bsideup
Copy link
Member

bsideup commented Oct 30, 2021

piping is a property of a shell.

Try execInContainer("sh", "-c", "foo | bar")

@lukasGemela
Copy link
Author

that did work, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants