apiconnect-docker
apiconnect-docker copied to clipboard
IBM API Connect on Docker
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Creating network "apiconnect-docker-master_default" with the default driver Creating network "apiconnect-docker-master_ibmnet" with the default driver Building microservice Step 1/12 : FROM node:4-slim ---> c953ec480e11 Step 2/12 : RUN mkdir -p /usr/src/app...
I just want to move the apim into icp, it seems that the container starts failed as below: [root@master api-connect]# kubectl logs api-connect-manager -n api-connect /opt/ibm/informix/apim/get-os-info.sh: line 105: dmidecode: command...
Is it possible to upgrade the management server to 5.0.7.1? Not only is there a bug in 5.0.6.0 that prevents SOAP services, but recommended fixes point now to 5071. I...
I installed the apiconnect-docker using Micro Gateway as the gateway service. **I must to change the dockerfile of the microservice and microgateway containers from line FROM node:6-slim to FROM node:8-slim...
Hello there. The command "docker-compose up -d" ran for apiconnect-docker, the following error occurred on MacOS HighSierra 10.13.4. ===== $docker-compose up -d Building microservice (omit) Step 5 : RUN npm...
After selecting the Developer Portal and clicking Save in API Manager, I do not receive an email indicating my site has been created. However, I am using FakeSMTP utility and...
hello guys OS: windows 10 pro x64 at first i run api connect, datapower with method described at https://github.com/strongloop/apiconnect-docker . Add rows for /etc/host 192.168.0.181 apim datapower gwadmin ibmportal microservice...
/usr/local/lib/node_modules/npm/bin/npm-cli.js:79 let notifier = require('update-notifier')({pkg}) ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:373:25) at Object.Module._extensions..js (module.js:416:10) at Module.load...
Trying to install either the microservice gateway or the datapower gateway with docker-compose and I get the following error: Step 7/12 : RUN npm install --silent -g npm && npm...