How to mount Docker volume along with subfolders on the host?

A bind mount as in “-v /host/path:/container/path” indeed does not, but a volume backed by a bind should. If you use the nocopy mode, of course a volume backed by a bind will behave like a normal bind-mount (those not listed in docker volume ls).

1 Like