You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation of
* docker_volume type
* docker::volumes puppet class
in README.md seems to be outdated and incorrect.
This tries to fix the docs and adds an example for
using an NFS volume.
Available parameters for `options` depend on the used volume driver. For details read
577
+
[Using volumes](https://docs.docker.com/storage/volumes/) from the Docker manual.
561
578
562
579
Some of the key advantages for using `volumes` over `bind mounts` are:
563
580
@@ -582,8 +599,6 @@ docker::run { 'helloworld':
582
599
}
583
600
```
584
601
585
-
For more information on volumes see the [Docker Volumes](https://docs.docker.com/engine/admin/volumes/volumes) documentation.
586
-
587
602
### Compose
588
603
589
604
Docker Compose describes a set of containers in YAML format and runs a command to build and run those containers. Included in the docker module is the `docker_compose` type. This enables Puppet to run Compose and remediate any issues to ensure reality matches the model in your Compose file.
0 commit comments