docker run command outputs on stderr when successful #32
Unanswered
tuxmeister
asked this question in
Q&A
Replies: 1 comment
-
|
Hello. the node seems ok as you can see below. I've built a flow with 2 commands, one writing to stdout and another one writing to stderr the node is sending stdout to the first pin and stderr to the 3rd as expected Is that wiring you made? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I'm wondering if I'm being especially daft but I'm trying using your bigSSH node (wonderful work) to update some containers I run on a regular basis via the watchtower container and a simple "docker run" command:
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower:latest --no-startup-message --label-enable --run-once --cleanup --debugThis works well on the system and the output flows great, but through the stderr pipe. When I tried both the example you provided and my own with a simpler command such as docker ps or really anything else, it flows through stdout as expected.
Is this known behaviour? Am I missing something perhaps about escaping some of the characters? I have also tried with "Payload is an argument" ON and OFF, with the same result.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions