-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Redirect output of docker cron to stdout #2663
Comments
Could you please specify this issue? i know some docker :) |
Currently the only logs shown on |
So When cron runs, it might be pid 5 or 7 or something. So writing to $ ls -la /dev/stdout
lrwxrwxrwx 1 root root 15 Oct 18 21:52 /dev/stdout -> /proc/self/fd/1 We can see this goes to But $ ls -la /proc/self
lrwxrwxrwx 1 root root 0 Oct 18 21:52 /proc/self -> 306584 so Docker is listening to |
This issue has been automatically locked since there |
No description provided.
The text was updated successfully, but these errors were encountered: