8000 The source path doesn't exist and is not known to Docker. · Issue #106 · binci/binci · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
The source path doesn't exist and is not known to Docker. #106
Open
@brandonros

Description

@brandonros
PS C:\GitHub\test-windows\node-sso-formatter> binci dev
√ Starting services vault, db
√ Running Task
‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧
docker: Error response from daemon: Mount denied:
The source path "C:/Users/snikolov/AppData/Local/Temp:C"
doesn't exist and is not known to Docker.
See 'docker run --help'.
‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧
× Command failed
PS C:\GitHub\test-windows\node-sso-formatter>

I added a console.log(args) right before https://github.com/binci/binci/blob/master/src/proc.js#L17 and we're looking at

[ 'run',
  '--rm',
  '-v',
  '/C/GitHub/test-windows/node-sso-formatter:/C/GitHub/test-windows/node-sso-formatter:cached',
  '-v',
  '/Users/snikolov/AppData/Local/Temp:/Users/snikolov/AppData/Local/Temp',
  '-w',
  '/C/GitHub/test-windows/node-sso-formatter',
  '--privileged',
  '-it',
 ...
  '-p',
  '8080:8080',
  '-p',
  '9090:9090',
  '--link',
  'bc_vault_1QjhthmQq:vault',
  '--link',
  'bc_db_1QjhthmQq:db',
  '--name',
  'bc_primary_1QjhthmQq',
  'registry.banno-internal.com/node-dev:8',
  'sh',
  '/Users/snikolov/AppData/Local/Temp/binci.sh' ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0