Currently by design, it basically shows the stdout/in of the main init process, but not buffered.Plus I noticed that console is not available for such containers. Is it a bug or a feature?
We want to explore making that output a ringbuffer, that saves the last few KiB of output and provides that as read-only view, and additionally providing shell access to the CT insides as options to improve that experience.