Skip to content

Commit c54c26d

Browse files
authored
update repository
1 parent f60fefd commit c54c26d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

standalone/dockerhub/full-description.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This repository is the home directory of IBM Operational Decision Manager for De
33

44
# New: IBM Container Registry
55

6-
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/odm-k8s*.
6+
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
99
docker pull icr.io/odm-k8s/odm
@@ -87,18 +87,18 @@ You must accept the license before you launch the image. The license is availabl
8787
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:
8888

8989
```console
90-
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
90+
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:
9393
> 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
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

9797
```console
98-
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
98+
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
9999
```
100100
> On some Docker version (Docker Engine 20.10.x) the memory management is different. You should run this command line:
101-
> 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
101+
> 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
102102
103103
When you first run this command, it creates the .db files in your local folder. The following times, it reads and updates these files.
104104

0 commit comments

Comments
 (0)