Skip to content

discuss: we should not expose runtime-created container-specified resources back to upper layer #1137

@laijs

Description

@laijs

(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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions