We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
docker.errors.APIError: 400 Client Error for http+docker://localhost/v1.40/containers/create: Bad Request ("Duplicate mount point: /home/jclucas/CNL/GitHub/C-PAC")
To Reproduce Steps to reproduce the behavior:
cpac -B $PWD:/code $BIDS_DIR $OUTPUTS test_config
Expected behavior
cpac would bind the custom binding in place of the automatic binding (i.e.,
Loading 🐳 Docker Loading 🐳 fcpindi/c-pac:latest with these directory bindings: local Docker mode ----------------------------------- --------------------------- ------ /home/jclucas/CNL/GitHub/C-PAC /code rw
instead of trying to bind both
Loading 🐳 Docker Loading 🐳 fcpindi/c-pac:latest with these directory bindings: local Docker mode ----------------------------------- ------------------------------ ------ /home/jclucas/CNL/GitHub/C-PAC /home/jclucas/CNL/GitHub/C-PAC rw /home/jclucas/CNL/GitHub/C-PAC /code rw
)
Screenshots
Versions
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
To Reproduce
Steps to reproduce the behavior:
cpac -B $PWD:/code $BIDS_DIR $OUTPUTS test_config
Expected behavior
cpac would bind the custom binding in place of the automatic binding (i.e.,
Loading 🐳 Docker Loading 🐳 fcpindi/c-pac:latest with these directory bindings: local Docker mode ----------------------------------- --------------------------- ------ /home/jclucas/CNL/GitHub/C-PAC /code rw
instead of trying to bind both
Loading 🐳 Docker Loading 🐳 fcpindi/c-pac:latest with these directory bindings: local Docker mode ----------------------------------- ------------------------------ ------ /home/jclucas/CNL/GitHub/C-PAC /home/jclucas/CNL/GitHub/C-PAC rw /home/jclucas/CNL/GitHub/C-PAC /code rw
)
Screenshots
Versions
Additional context
The text was updated successfully, but these errors were encountered: