ot4i / iib-docker

Eclipse Public License 1.0
63 stars 115 forks source link

Docker exec command does not work as provided #26

Closed lopezdsr closed 6 years ago

lopezdsr commented 7 years ago

This command :-1: Using Docker exec

Use Docker exec to run a non-interactive Bash session that runs any of the Integration Bus commands. For example:

docker exec /bin/bash -c mqsilist

works if changed to

docker exec -it /bin/bash -c mqsilist

s-rogers commented 7 years ago

Hi - what version of docker are you using - on my 1.12 setup the first format above works fine for me

Sourcing profile

MQSI 10.0.0.6 /opt/ibm/iib-10.0.0.6/server

BIP1325I: Integration node 'IIBV10NODE' with administration URI 'http://82bcff30f945:4414' is running. BIP8071I: Successful command completion.