Skip to content

Commit 6240ba1

Browse files
authored
Update repository 2nd time
1 parent 5f0f56a commit 6240ba1

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
@@ -6,7 +6,7 @@ This repository is the home directory of IBM Operational Decision Manager for De
66
IBM® is now 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/odm*.
77

88
```console
9-
docker pull icr.io/odm-k8s/odm
9+
docker pull icr.io/cpopen/odm-k8s/odm
1010
```
1111

1212
# Quick reference
@@ -90,7 +90,7 @@ To install the product with the sample projects, you need to specify the option
9090
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
9191
```
9292
> On some Docker version (Docker Engine 20.10.x) the memory management is different. You should run this command line:
93-
> 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
93+
> 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
9494
9595
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:
9696

0 commit comments

Comments
 (0)