File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ docker network create ccnetwork
23
23
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 softwareag/commandcentral:10.1.0.1-server
26
+ docker run --name cc -d -p 8091 --network ccnetwork store/ softwareag/commandcentral:10.1.0.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 softwareag/commandcentral:10.1.0.1-node
64
+ docker run --name n1 -d -P --network ccnetwork store/ softwareag/commandcentral:10.1.0.1-node
65
65
```
66
66
67
67
By default node container will auto register itself with Command Central using
You can’t perform that action at this time.
0 commit comments