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 +```