Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 44e42a4

Browse files
committed
Docker start guide updated
1 parent 1bf462f commit 44e42a4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/administration.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,14 @@ cd contrib/mmts && make install
5252

5353
### Docker
5454

55-
Directory contrib/mmts also includes docker-compose.yml that is capable of building multi-master and starting 3 node cluster listening on port 15432, 15433 and 15434.
55+
Directory contrib/mmts also includes docker-compose.yml that is capable of building multi-master and starting 3 node cluster.
5656

57+
First of all we need to build PGPro EE docker image (We will remove this step when we'll merge _MULTIMASTER branch and start building packages). In the repo root run:
58+
```
59+
docker build -t pgproent
60+
```
61+
62+
Then following command will start cluster of 3 docker nodes listening on port 15432, 15433 and 15434 (edit docker-compose.yml to change start params):
5763
```
5864
cd contrib/mmts
5965
docker-compose up

0 commit comments

Comments
 (0)