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
{{ message }}
This repository was archived by the owner on Feb 24, 2020. It is now read-only.
I expected the hello to be buffered and flushed when attaching.
This works as expected when running with --stdin tty --stdout tty --stderr tty
I also expect this test to work without the sleep 100 appended.
Even if the container is dead, the output should be retrievable somehow (this also doesn't work when using tty mode).
What did you see instead?
Nothing.
The text was updated successfully, but these errors were encountered:
This is referring the feature introduced in #3396 (rkt: add experimental support for attachable applications)
Environment
What did you do?
What did you expect to see?
I expected the
hello
to be buffered and flushed when attaching.This works as expected when running with
--stdin tty --stdout tty --stderr tty
I also expect this test to work without the
sleep 100
appended.Even if the container is dead, the output should be retrievable somehow (this also doesn't work when using
tty
mode).What did you see instead?
Nothing.
The text was updated successfully, but these errors were encountered: