Docker Application Package for Dimensions CM for Nimbus
840
Initial startup for Dimensions CM can take 5-10 minutes.
Supported through nimbusapp: https://github.com/admpresales/nimbusapp
Requires Docker Compose: https://docs.docker.com/compose/install/#install-compose
Requires Docker App 0.6.0: https://github.com/docker/app#installation
14.6
Dimensions Web Client: http://nimbusserver.aos.com:8060/dimensions
Dimensions Admin Console: http://nimbusserver.aos.com:8060/adminconsole
Pulse: http://nimbusserver.aos.com:8060/pulse
dmsys, alex (Check admin console for more)Password1 or 14.5.X: dmsys_test| Description | Command |
|---|---|
| Bring containers up | nimbusapp dimcm:$TAG up |
| Stop existing containers | nimbusapp dimcm:$TAG stop |
| Start existing containers | nimbusapp dimcm:$TAG start |
| Terminate containers | nimbusapp dimcm:$TAG down |
| Inspect configuration | nimbusapp dimcm:$TAG inspect |
| Description | Command |
|---|---|
| Bring containers up | docker-app render admpresales/dimcm.dockerapp:$TAG | docker-compose -p dimcm -f - up -d |
| Stop existing containers | docker-app render admpresales/dimcm.dockerapp:$TAG | docker-compose -p dimcm -f - stop |
| Start existing containers | docker-app render admpresales/dimcm.dockerapp:$TAG | docker-compose -p dimcm -f - start |
| Terminate containers | docker-app render admpresales/dimcm.dockerapp:$TAG | docker-compose -p dimcm -f - down |
| Inspect Configuration | docker-app inspect admpresales/dimcm.dockerapp:$TAG |
SonarQube requires a network which can be built with the following command, which is preconfigured on the Nimbus Server VM:
docker network create --subnet 172.50.0.0/16 --gateway 172.50.0.1 demo-net
If you need to change one of these parameters you can add that change to the docker-app command using the -s or --set option as in:
docker-app render admpresales/dimcm.dockerapp:TAG -s CM_WEB_PORT=8060 | docker-compose -p dimcm -f - up -d
Content type
Image
Digest
sha256:1a71df46d…
Size
650 Bytes
Last updated
6 months ago
docker pull admpresales/dimcm.dockerapp:14.5.1