I am attempting to achieve a setup with directories
/foo
/foo/bar
Where /foo/bar
is a directory mounted from the local file system but /foo
is not. I would like /foo/bar
to be read-only, but /foo
to be read-write. Is this achievable in Docker?