dockeribm-datapower

datapower cannot be installed in docker


I installed Docker Toolbox on Windows 7 64 Bit. And then i followed the instructions in the link https://developer.ibm.com/datapower/docker/


Solution

  • It requires 4096 MB memory and 2 chip dedicated to the default machine. Make sure that virtualization is enabled. Then make sure that you installed docker successfully, try docker images command to see that docker is working or not. If working, stop your machine with docker-machine stop command. Then goto virtual box, and change the settings of your default machine (4096 MB memory and 2 chip). It solved my problem.