Skip to content

Instantly share code, notes, and snippets.

@srz-zumix
Last active February 21, 2019 11:36
Windows Docker toolbox でボリュームマウントするときの備忘録
  • C:\Users 配下
    • -v "/$(pwd)":/target
      ※ ルートの / が windows のオプションとして認識されちゃうので //c/ みたいになるように / を余分に付ける
  • それ以外
    • VM の設定をいじる必要がある
    • めんどくさいので mklink したほうが早い
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment