(partial copied from #1018 (comment))
runtime-created container-specified example: the pid of the container process, ptymaster ...etc
upper layer should only control/fetch-info on the container via the runtime API(commandline opencontainers/runtime-spec#513 or state.json)
detachable stdio is a strong required feature, we can/should implement it in
the runtime rather than in upper layer containerd-shim or ocid/conmon.
we can add runc connect-stdio or something else for connecting/re-connecting the stdio stream.
we can add runc set-win-size or something else for changing the winsize when tty=true.
(partial copied from #1018 (comment))
runtime-created container-specified example: the pid of the container process, ptymaster ...etc
upper layer should only control/fetch-info on the container via the runtime API(commandline opencontainers/runtime-spec#513 or state.json)
detachable stdio is a strong required feature, we can/should implement it in
the runtime rather than in upper layer containerd-shim or ocid/conmon.
we can add
runc connect-stdioor something else for connecting/re-connecting the stdio stream.we can add
runc set-win-sizeor something else for changing the winsize when tty=true.