Add ReadMe.md

This commit is contained in:
2025-12-21 02:06:09 +00:00
parent 6680cf2ea6
commit 1fb937338f

11
ReadMe.md Normal file
View File

@@ -0,0 +1,11 @@
## Named bind mounts
Managing volumes that need to be shared within a config is easier if you can use names with bind mounts:
```
volumes:
name:
driver: local
driver_opts:
type: none
o: bind
device: /path/on/host
```