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: documentation/docker_examples.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
## Docker Based Examples
2
-
This module provides docker compose files for the various architectures for experimentation purposes. This gives you the ability to stand up an entire PE stack in order to learn how this module and HA works. If you have docker and docker-compose you can start up a full Puppet architecture with a single command. Please note that Puppet does not support PE on containers in production.
2
+
This module provides docker compose files for the various architectures for experimentation purposes. This gives you the ability to stand up an entire PE stack in order to learn how this module and DR works. If you have docker and docker-compose you can start up a full Puppet architecture with a single command. Please note that Puppet does not support PE on containers in production.
3
3
4
4
In order to decouple Bolt from a dev system, a special bolt container is created that will run all the bolt commands. This is
5
5
required to achieve maximum portability. Should you want to run bolt commands against the PE stack you must
@@ -10,9 +10,10 @@ Example: `docker-compose run --entrypoint=/bin/bash bolt`
10
10
### Requirements
11
11
To run the container based examples you will need the following requirements:
12
12
13
-
2. Docker
14
-
3. Docker compose
15
-
4. 16GB memory, 24GB+ for XL and XL-HA architectures
13
+
1. Docker
14
+
2. Docker compose
15
+
3. realpath (brew install coureutils on mac)
16
+
4. 16GB memory, 24GB+ for XL and XL-DR architectures
0 commit comments