Open
Description
I'm following the Volume Mount example from documentation and it's showing the error below when trying to bind with ${PWD}
. The same error occurs with something like this - ./output:/output:rw
failed to execute step "foo": Error response from daemon: create ${PWD}/data: "${PWD}/data" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path
And when using the absolute path /var/lib/dagu/dags/data
, it doesn't recognize any files that I want to execute inside the container.
Metadata
Metadata
Assignees
Labels
No labels