dyweb / blog

Dongyue Tech Blog
https://blog.dongyueweb.com
14 stars 7 forks source link

[post] How docker bind mount works #52

Open at15 opened 4 years ago

at15 commented 4 years ago

Type

Related

Description

I often use bind mount as a way to 'share' between host and container. However, I don't know how it works. I don't even know how mount w/o docker works. This post aims to solve the puzzles around bind mount in docker.

I plan to cover the following and the target audiences are ppl w/ little linux background (like me)

Update