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:
- run
cpac -B $PWD:/code $BIDS_DIR $OUTPUTS test_config
- See error
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
- C-PAC: 1.8.0
- Container Platform :
Additional context
Describe the bug
To Reproduce
Steps to reproduce the behavior:
cpac -B $PWD:/code $BIDS_DIR $OUTPUTS test_configExpected 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 rwinstead 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