Commit 0f41e73
committed
krun/nitro: Redirect enclave VM output to stdout
Nitro enclaves print their output logs via vsock. As such, libkrun-nitro
spawns a listener thread to retrieve enclave application output from
vsock and forward it to a file.
Redirect all krun-nitro application output to stdout to allowing viewing
of logs from container applications launched within nitro enclaves.
Signed-off-by: Tyler Fanelli <tfanelli@redhat.com>1 parent bf28834 commit 0f41e73
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| 314 | + | |
314 | 315 | | |
315 | 316 | | |
316 | 317 | | |
| |||
370 | 371 | | |
371 | 372 | | |
372 | 373 | | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
373 | 387 | | |
374 | 388 | | |
375 | 389 | | |
| |||
0 commit comments