Skip to content

Add Support for Attaching Docker Volumes #150

Open
@OmanDominik

Description

@OmanDominik

Proposed Feature:
Introduce a python.docker.volumes configuration option to allow users to specify volumes in the form of mappings, e.g., host_path:container_path. For example:

python {
docker {
image = "python:3.9"
volumes = ["/path/on/host:/path/in/container", "/another/host/path:/another/container/path"]
}
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions