Skip to content

docs(container): document concrete path to gRPC ca.crt inside the image #67

Description

@cidrblock

Context

With the container default CMD using --grpc-tls, clients must trust the daemon CA. Docs refer to <runtime-dir>/tls/ca.crt but do not give the concrete in-container path (typically under /tmp/abbenay/tls/ when XDG_RUNTIME_DIR is unset) or a podman cp / volume-mount example.

Flagged during review of PR #63: #63

Proposal

  • Add an explicit example path for the UBI image user
  • Show podman cp <ctr>:/tmp/abbenay/tls/ca.crt ./ca.crt (or whatever path is correct after verifying)
  • Cross-link from Python README container section

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions