Skip to content

Commit faf1585

Browse files
author
Julie Garrone
committed
DBACLD-69038 - Update repository name
1 parent 3d23f82 commit faf1585

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
This repository is the home directory of IBM Operational Decision Manager for Developers.
33

4-
IBM® is hosting product images on the IBM Container Registry, *icr.io*. You can obtain the IBM Operational Decision Manager for Developers image without authenticating by using this IBM-controlled source: *icr.io/odm-k8s*.
4+
IBM® is hosting product images on the IBM Container Registry, *icr.io*. You can obtain the IBM Operational Decision Manager for Developers image without authenticating by using this IBM-controlled source: *icr.io/cpopen/odm-k8s*.
55

66
```console
7-
docker pull icr.io/odm-k8s/odm
7+
docker pull icr.io/cpopen/odm-k8s/odm
88
```
99

1010
# Quick reference
@@ -85,18 +85,18 @@ You must accept the license before you launch the image. The license is availabl
8585
To install the product with the sample projects, you need to specify the option -e SAMPLE=true. To be able to run simulations, you need to increase the size of the memory. Use the following docker command to run the image:
8686

8787
```console
88-
docker run -e LICENSE=accept -p 9060:9060 -p 9443:9443 -m 2048M --memory-reservation 2048M -e SAMPLE=true icr.io/odm-k8s/odm:8.11
88+
docker run -e LICENSE=accept -p 9060:9060 -p 9443:9443 -m 2048M --memory-reservation 2048M -e SAMPLE=true icr.io/cpopen/odm-k8s/odm:8.11
8989
```
9090
> On some Docker version (Docker Engine 20.10.x) the memory management is different. You should run this command line:
91-
> docker run -e LICENSE=accept -p 9060:9060 -p 9443:9443 -e JVM_ARGS='-Xmx3000m' -e SAMPLE=true icr.io/odm-k8s/odm:8.11
91+
> docker run -e LICENSE=accept -p 9060:9060 -p 9443:9443 -e JVM_ARGS='-Xmx3000m' -e SAMPLE=true icr.io/cpopen/odm-k8s/odm:8.11
9292
9393
Some decision artifacts, like simulation definitions, version history, or snapshots, cannot be exported from the Decision Center or the Decision Server instances of the Docker image. To avoid losing this data when you delete the Docker image container, store the Decision Center and the Decision Server databases outside of the ODM for Developers Docker image container, in a local mounted host volume. To do so, run the following docker command from an empty local folder:
9494

9595
```console
96-
docker run -e LICENSE=accept -m 2048M --memory-reservation 2048M -p 9060:9060 -p 9443:9443 -v $PWD:/config/dbdata/ -e SAMPLE=false icr.io/odm-k8s/odm:8.11
96+
docker run -e LICENSE=accept -m 2048M --memory-reservation 2048M -p 9060:9060 -p 9443:9443 -v $PWD:/config/dbdata/ -e SAMPLE=false icr.io/cpopen/odm-k8s/odm:8.11
9797
```
9898
> On some Docker version (Docker Engine 20.10.x) the memory management is different. You should run this command line:
99-
> docker run -e LICENSE=accept -e JVM_ARGS='-Xmx3000m' -p 9060:9060 -p 9443:9443 -v $PWD:/config/dbdata/ -e SAMPLE=false icr.io/odm-k8s/odm:8.11
99+
> docker run -e LICENSE=accept -e JVM_ARGS='-Xmx3000m' -p 9060:9060 -p 9443:9443 -v $PWD:/config/dbdata/ -e SAMPLE=false icr.io/cpopen/odm-k8s/odm:8.11
100100
101101
When you first run this command, it creates the .db files in your local folder. The following times, it reads and updates these files.
102102

@@ -119,4 +119,3 @@ When the server is started, use the URL http://localhost:9060 to display a welco
119119
- [IBM Operational Decision Manager for Developers ](https://raw.githubusercontent.com/ODMDev/odm-ondocker/master/standalone/licenses/Lic_en.txt)
120120

121121
**Note**: The IBM Operational Decision Manager for Developers license does not permit further distribution and the terms restrict usage to a developer machine.
122-

0 commit comments

Comments
 (0)