docker toolbox mount file on windows

后端 未结 4 815
鱼传尺愫
鱼传尺愫 2020-12-25 14:18

I am a beginner with docker and I am using a windows machine. But I have a problem mounting files using volumes. The documentation says the following thing about mount files

4条回答
  •  时光取名叫无心
    2020-12-25 14:51

    If you're simply looking to access a local drive, the MINGW32 Docker Toolbox terminal puts the root of each drive in /, so drive C:\ will be at /c/

提交回复
热议问题