Skip to content

feat(bug-finding): run multiple docker containers without dind, via docker compose #18

@azchin

Description

@azchin

Introduce a new interface, where CRS developers can provide a set of Docker containers the run directly on host (no need for DinD). We can let CRS developers provide a Docker compose YAML configuration.

Resource constraints can still be applied by using --cgroup-parent for memory limits, and the cpuset can stay the same (i.e. give the same cpuset to multiple containers when they belong to the same CRS).

Note this does not deprecate the DinD workflow, since this cannot handle container orchestration. All containers will be launched simultaneously from OSS-CRS via Docker compose.

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