File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 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
22ARG RELEASE=10.2
33
44FROM $SOURCE_REGISTRY/commandcentral:$RELEASE-server
5-
65# customize Command Central settings example
76RUN 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
1010``` bash
1111docker login
1212docker pull store/softwareag/commandcentral:10.2-server
13- ```
1413
1514# # Starting a default Command Central server
1615
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ version: "3"
33services :
44 cc :
55 image : store/softwareag/commandcentral:10.2-server
6- # image: softwareag/commandcentral:10.2-server
76 ports :
87 - " 8090:8090"
98 - " 8091:8091"
@@ -12,7 +11,6 @@ services:
1211
1312 test1 :
1413 image : store/softwareag/commandcentral:10.2-node
15- # image: softwareag/commandcentral:10.2-node
1614 ports :
1715 - " 5555:5555" # IS
1816 - " 9000:9000" # UM
@@ -25,7 +23,6 @@ services:
2523
2624 init :
2725 image : store/softwareag/commandcentral:10.2-server
28- # image: softwareag/commandcentral:10.2-server
2926 environment :
3027 - CC_SERVER=cc
3128 - CC_PASSWORD
You can’t perform that action at this time.
0 commit comments