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
You can start new Command Central server by running the container:
24
24
25
25
```bash
26
-
docker run --name cc -d -p 8091 --network ccnetwork store/softwareag/commandcentral:10.1.0.1-server
26
+
docker run --name cc -d -p 8091 --network ccnetwork store/softwareag/commandcentral:10.1-server
27
27
```
28
28
29
29
Run ```docker port cc``` command to find out its published port
@@ -61,7 +61,7 @@ For development or testing purposes you can launch an empty Software AG managed
61
61
Run Command Central node container on the 'ccnetwork' network:
62
62
63
63
```bash
64
-
docker run --name n1 -d -P --network ccnetwork store/softwareag/commandcentral:10.1.0.1-node
64
+
docker run --name n1 -d -P --network ccnetwork store/softwareag/commandcentral:10.1-node
65
65
```
66
66
67
67
By default node container will auto register itself with Command Central using
@@ -76,7 +76,7 @@ You tune up certain aspects of Command Central by modifying its configuration fi
76
76
For example, you can optimize your local template development or CI process by instructing Command Central to skip restart of runtimes at the end of composite template application.
77
77
78
78
```dockerfile
79
-
FROM store/softwareag/commandcentral:10.1.0.1-server
79
+
FROM store/softwareag/commandcentral:10.1-server
80
80
# skip runtimes restart
81
81
RUN echo com.softwareag.platform.management.client.template.composite.skip.restart.runtimes=true>>$SAG_HOME/profiles/CCE/configuration/config.ini
82
82
```
@@ -133,7 +133,7 @@ Please see [Command Central](https://github.com/SoftwareAG/sagdevops-cc-server)
133
133
## Building Docker images using Command Central Builder
134
134
135
135
You can build custom images with Software AG software using
136
-
softwareag/commandcentral:10.1.0.1-builder image and Command Central templates.
136
+
softwareag/commandcentral:10.1-builder image and Command Central templates.
137
137
138
138
Please see [Command Central Docker builder](https://github.com/SoftwareAG/sagdevops-cc-docker-builder) project.
0 commit comments