You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #57 on August 25, 2024 16:40.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to redirect the logs of the command run at the
exec
in order to see them in docker logs. I tried the followingexec_push mycommand >>/dev/stdout 2>&1;
but it's not working. Redirecting to ay other file is working. Any hint about how to solve this?
Beta Was this translation helpful? Give feedback.
All reactions