[systemd-devel] systemd-nspawn

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Apr 17 09:22:48 PDT 2013


On 17/04/13 16:57, Lennart Poettering wrote:
> Hmm, or maybe like this: enter the container, allocate a pty,
> instantiate getty at .service for that pty, pass pty fd back to host, exit
> in namespace, and process pty on the host as long as we don't get EOF.

This is probably a good idea for interactive use (a lighter-weight
version of ssh'ing into the container): Unix semantics guarantee some
rather surprising interactions between signals, process groups, process
parents and terminals, without which shell job control wouldn't work.

    S


More information about the systemd-devel mailing list