File tree 3 files changed +0
-5
lines changed
3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,5 @@ ARG SOURCE_REGISTRY=store/softwareag
2
2
ARG RELEASE=10.2
3
3
4
4
FROM $SOURCE_REGISTRY/commandcentral:$RELEASE-server
5
-
6
5
# customize Command Central settings example
7
6
RUN echo com.softwareag.platform.management.client.template.composite.skip.restart.runtimes=true>>$SAG_HOME/profiles/CCE/configuration/config.ini
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ Login to Docker with your Docker ID from your console and verify you can downloa
10
10
``` bash
11
11
docker login
12
12
docker pull store/softwareag/commandcentral:10.2-server
13
- ```
14
13
15
14
# # Starting a default Command Central server
16
15
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ version: "3"
3
3
services :
4
4
cc :
5
5
image : store/softwareag/commandcentral:10.2-server
6
- # image: softwareag/commandcentral:10.2-server
7
6
ports :
8
7
- " 8090:8090"
9
8
- " 8091:8091"
@@ -12,7 +11,6 @@ services:
12
11
13
12
test1 :
14
13
image : store/softwareag/commandcentral:10.2-node
15
- # image: softwareag/commandcentral:10.2-node
16
14
ports :
17
15
- " 5555:5555" # IS
18
16
- " 9000:9000" # UM
@@ -25,7 +23,6 @@ services:
25
23
26
24
init :
27
25
image : store/softwareag/commandcentral:10.2-server
28
- # image: softwareag/commandcentral:10.2-server
29
26
environment :
30
27
- CC_SERVER=cc
31
28
- CC_PASSWORD
You can’t perform that action at this time.
0 commit comments