From 1fb937338fc6d7630564147aa239b6ea5d243b06 Mon Sep 17 00:00:00 2001 From: Tangent Date: Sun, 21 Dec 2025 02:06:09 +0000 Subject: [PATCH] Add ReadMe.md --- ReadMe.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ReadMe.md diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000..995cd32 --- /dev/null +++ b/ReadMe.md @@ -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 +```