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
2323You can start new Command Central server by running the container:
2424
2525``` 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
2727```
2828
2929Run ``` 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
6161Run Command Central node container on the 'ccnetwork' network:
6262
6363``` 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
6565```
6666
6767By default node container will auto register itself with Command Central using
You can’t perform that action at this time.
0 commit comments