Skip to content

Relationship between Container and Task is awkward #478

@stevvooe

Description

@stevvooe

A task is an instruction to attempt the execution of a runtime context. It doesn't make sense to attach networks or endpoints to a task. These are really part of the container runtime.

Proposal:

  1. Rename Container to ContainerSpec.
  2. Move NetworkAttachment and Endpoint to Container.

cc @mrjana @aluzzardi

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions