admpresales/mfconnect.dockerapp

By admpresales

Updated about 1 month ago

Docker Application Package for Micro Focus Connect for Nimbus

Image

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.

  • URL: http://nimbusserver:8081/ConnectWeb
  • Username: admin
  • Password: Password1

Credentials prior to 4.3.0:

  • Username: Administrator
  • Password: Administrator

Basic Commands for nimbusapp

DescriptionCommand
Bring containers upnimbusapp mfconnect:$TAG up
Stop existing containersnimbusapp mfconnect:$TAG stop
Start existing containersnimbusapp mfconnect:$TAG start
Terminate containersnimbusapp mfconnect:$TAG down
Inspect configurationnimbusapp mfconnect:$TAG inspect

Raw Docker App Commands

DescriptionCommand
Bring containers updocker-app render admpresales/mfconnect.dockerapp:$TAG | docker-compose -p mfconnect -f - up -d
Stop existing containersdocker-app render admpresales/mfconnect.dockerapp:$TAG | docker-compose -p mfconnect -f - stop
Start existing containersdocker-app render admpresales/mfconnect.dockerapp:$TAG | docker-compose -p mfconnect -f - start
Terminate containersdocker-app render admpresales/mfconnect.dockerapp:$TAG | docker-compose -p mfconnect -f - down
Inspect Configurationdocker-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 Command

docker pull admpresales/mfconnect.dockerapp