2017/9/15

docker -- share folder with host

docker vm (container) 可以跟 host 共用 folder。
應該說,可以把 host 的 folder mount 進來。
只有 container 可以,而且是在 start 時指定。
用:
-v "host\folder\path:container\path"
用這個方式,host 的 found 會被擺在 container 中,但是 file attr, uid/gid 都不變。

如果

沒有留言:

張貼留言