-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Describe the bug
I'm trying to run funnel locally (being driven by Sprocket), and I'm getting the following error from the Funnel engine.
docker: Error response from daemon: invalid volume specification: '/host_mnt/<path>/funnel-work-dir/<random-string>:/:rw': invalid mount config for type "bind": invalid specification: destination can't be '/'To Reproduce
- Download funnel and run with
funnel server run(no arguments/options). - Download Sprocket (link).
- Write a configuration for Sprocket to dispatch jobs to the Funnel server.
[backend]
type = "tes"
url = "http://localhost:8000/"
inputs = "file:///<path>/<to>/<your>/<folder>/inputs/"
outputs = "file:///<path>/<to>/<your>/<folder>/outputs/"
interval = 10
insecure = true- Write the example WDL file on the OpenWDL quickstart guide to
example.wdl. - Try to run the WDL workflow with
sprocket run example.wdl main.name="World" --overwrite --config config.toml
Expected behavior
The workflow to complete successfully.
Screenshots
Not applicable.
Environment (please complete the following information):
- Environment: Mac OSX 15.5
- Version: Funnel v0.11.0
Additional context
None.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress