-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Type
- request post from @at15
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)
- vfs
- mount namespace
- write a simple file system (both fuse & in kernel?)
Update
Reactions are currently unavailable