-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It would be nice to be able to run containerized extractors. This would be similar to the CLI usage but would handle mounting inputs and executing with docker or another container engine.
Example:
usage:
- method: container
setup: ghcr.io/swissopenem/LS_Metadata_reader:latest
command: -i {{ input_path }} -o {{output_path}} During execution this would be implemented something like
docker run --rm -v $PWD:/data -w /data ghcr.io/swissopenem/LS_Metadata_reader:latest -- -i input -o output
Metadata
Metadata
Assignees
Labels
No labels