We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker run --env MQ_QMGR_NAME=QM1 --env MQ_QMGR_HOST=172.17.0.2 --env MQ_QMGR_PORT=1414 --env MQ_QMGR_CHL=MFT.SVRCONN --env MFT_AGENT_NAME=AGENTSRC -d --name=AGENTSRC mftagentredist
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES f525f28f30b0 mftagentredist "mqft.sh" 10 seconds ago Exited (1) 9 seconds ago AGENTSRC
Docker log:
Setting up FTE Environment for this Agent : cp: cannot stat '/usr/local/bin/MQMFTCredentials.xml': No such file or directory
The text was updated successfully, but these errors were encountered:
Thanks for reporting it. Dockerfile was copying the .xml file to /tmp location instead of /usr/local/bin. We will get this fixed.
/usr/local/bin.
Sorry, something went wrong.
No branches or pull requests
docker run --env MQ_QMGR_NAME=QM1 --env MQ_QMGR_HOST=172.17.0.2 --env MQ_QMGR_PORT=1414 --env MQ_QMGR_CHL=MFT.SVRCONN --env MFT_AGENT_NAME=AGENTSRC -d --name=AGENTSRC mftagentredist
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
f525f28f30b0 mftagentredist "mqft.sh" 10 seconds ago Exited (1) 9 seconds ago AGENTSRC
Docker log:
Setting up FTE Environment for this Agent :
cp: cannot stat '/usr/local/bin/MQMFTCredentials.xml': No such file or directory
The text was updated successfully, but these errors were encountered: