Skip to content

Commit 6151e79

Browse files
(SOLARCH-376) updating docker documentation to reflect DR and missing requriement
1 parent 1046174 commit 6151e79

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

documentation/docker_examples.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## 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.
33

44
In order to decouple Bolt from a dev system, a special bolt container is created that will run all the bolt commands. This is
55
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`
1010
### Requirements
1111
To run the container based examples you will need the following requirements:
1212

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
1617
5. CPU with many cores (Tested with Core i7 6700)
1718

1819
### Starting the example

0 commit comments

Comments
 (0)