Skip to content

Commit ea3b536

Browse files
Correct image location on Docker Store
1 parent e10af1e commit ea3b536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ docker network create ccnetwork
2323
You 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

2929
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
6161
Run 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

6767
By default node container will auto register itself with Command Central using

0 commit comments

Comments
 (0)