Docker Application Package for Micro Focus Connect for Nimbus
10K+
Supported through nimbusapp. Requires Docker Compose and Docker App v0.6.0 (All pre-configured on Nimbus Server).
25.1
Once started, the Micro Focus Connect UI can be accessed through a web browser.
http://nimbusserver:8081/ConnectWebadminPassword1Credentials prior to 4.3.0:
AdministratorAdministrator| Description | Command |
|---|---|
| Bring containers up | nimbusapp mfconnect:$TAG up |
| Stop existing containers | nimbusapp mfconnect:$TAG stop |
| Start existing containers | nimbusapp mfconnect:$TAG start |
| Terminate containers | nimbusapp mfconnect:$TAG down |
| Inspect configuration | nimbusapp mfconnect:$TAG inspect |
| Description | Command |
|---|---|
| Bring containers up | docker-app render admpresales/mfconnect.dockerapp:$TAG | docker-compose -p mfconnect -f - up -d |
| Stop existing containers | docker-app render admpresales/mfconnect.dockerapp:$TAG | docker-compose -p mfconnect -f - stop |
| Start existing containers | docker-app render admpresales/mfconnect.dockerapp:$TAG | docker-compose -p mfconnect -f - start |
| Terminate containers | docker-app render admpresales/mfconnect.dockerapp:$TAG | docker-compose -p mfconnect -f - down |
| Inspect Configuration | docker-app inspect admpresales/mfconnect.dockerapp:$TAG |
MF Connect 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 the change to your nimbusapp up with the -s or --set option:
nimbusapp -s "MFCONNECT_PORT=8081" mfconnect:$TAG up
Content type
Image
Digest
sha256:9745880e1…
Size
602 Bytes
Last updated
6 months ago
docker pull admpresales/mfconnect.dockerapp:4.2.1-beta