esrlabs/northstar

Introduce IO inherit mode

flxo opened this issue · 0 comments

flxo commented

Sometime the container shall inherit stdout and stderr from the runtime. Add Io::Inherit and configure the IO accordingly upon container start - should be something like dup(STDOUT_FILENO) etc...