Skip to content
New issue

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

🐛 Bad Request ("Duplicate mount point") #16

Open
shnizzedy opened this issue Apr 28, 2021 · 0 comments
Open

🐛 Bad Request ("Duplicate mount point") #16

shnizzedy opened this issue Apr 28, 2021 · 0 comments
Labels
bug Something isn't working Hacktoberfest https://hacktoberfest.digitalocean.com/

Comments

@shnizzedy
Copy link
Member

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:

  1. run cpac -B $PWD:/code $BIDS_DIR $OUTPUTS test_config
  2. 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 :
    • Docker: 20.10.2

Additional context

@shnizzedy shnizzedy added the bug Something isn't working label Apr 28, 2021
@shnizzedy shnizzedy added the Hacktoberfest https://hacktoberfest.digitalocean.com/ label Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Hacktoberfest https://hacktoberfest.digitalocean.com/
Projects
Status: No status
Development

No branches or pull requests

1 participant