Skip to content

Workspaces Dockerize collaborators into the same image #1672

Description

@mrrr3d

Is your feature request related to a problem? Please describe.
I want to run openfl containers in muti-cluster environmet, but I need to build images for every collaborator, because collaborators have different plans.

Describe the solution you'd like
Maybe we can mount the plan directory like certs.tar when starting the container, like this:

docker run --rm \
  --network host \
  --mount type=bind,source=./certs.tar,target=/certs.tar \
  --mount type=bind,source=./plan,target=/workspace/plan \
  example_workspace bash -c "fx aggregator start ..."

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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