spin icon indicating copy to clipboard operation
spin copied to clipboard

fix: Use absolute path while mounting volumes

Open seeni-dev opened this issue 1 year ago • 0 comments

As docker doesn't recognize relative directories, run_ansible was failing with below.

docker: Error response from daemon: create ./.infrastructure/conf/spin/collections: "./.infrastructure/conf/spin/collections" 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.

Fixing the same using absolute path

seeni-dev avatar Jul 03 '24 16:07 seeni-dev