admpresales/mfconnect.dockerapp
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).
Latest Tags
25.1
Connect Usage
Once started, the Micro Focus Connect UI can be accessed through a web browser.
http://nimbusserver:8081/ConnectWeb
admin
Password1
Credentials prior to 4.3.0:
Administrator
Administrator
Basic Commands for nimbusapp
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 |
Raw Docker App Commands
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 |
Networking Prerequisite
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
Adjusting Parameters at Run Time
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
docker pull admpresales/mfconnect.dockerapp