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
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ To use the CE packages, add the following code to the manifest file:
111
111
```puppet
112
112
class { 'docker':
113
113
use_upstream_package_source => false,
114
-
repo_opt => '',
114
+
repo_opt => '',
115
115
}
116
116
```
117
117
@@ -641,7 +641,7 @@ Please note you should supply your master docker-compose file as the first eleme
641
641
642
642
If you are using a v3.2 compose file or above on a Docker Swarm cluster, use the `docker::stack` class. Include the file resource before you run the stack command.
643
643
644
-
NOTE: this define will be deprecated in a future release in favor of the [docker type](#types)
644
+
NOTE: this define will be deprecated in a future release in favor of the [docker stack type](#types)
645
645
646
646
To deploy the stack, add the following code to the manifest file:
647
647
@@ -669,6 +669,14 @@ docker::stack { 'yourapp':
669
669
}
670
670
```
671
671
672
+
To use use the equivalent type and provier, use the following in your manfiest file. For more information on specific parameters see the documentation for [here](#Types)
0 commit comments