Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.

Define a shim protocol #1

@sameo

Description

@sameo

Define a simple, TCP based protocol for communicating with container shims

The protocol would allow shims to send over a single TCP socket the following commands:

  • Connection/Disconnection: For a shim to explicitly connect and pass an authentication token to the proxy.
  • I/O: Send stdin streams to a given container.
  • Signals: All signals, including SIGWINCH.
  • Logs: Shim logs could be aggregated by the proxy for easier debugging.

And to receive the following commands:

  • I/O: Receive stdout/stderr streams from a given container

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions