I installed Docker Toolbox on Windows 7 64 Bit. And then i followed the instructions in the link https://developer.ibm.com/datapower/docker/
docker pull ibmcom/datapower:latest
After the download completes, the DataPower image appears in my registry.
When i type the following command it does not respond it waits forever.
$ docker run -it -v $PWD/config:/drouter/config -v $PWD/local:/drouter/local -e
DATAPOWER_ACCEPT_LICENSE=true -e DATAPOWER_INTERACTIVE=true -e DATAPOWER_WORKE
R_THREADS=4 -p 9090:9090 ibmcom/datapower
time="2017-03-02T18:03:24+03:00" level=info msg="Unable to use system certificat
e pool: crypto/x509: system root pool is not available on Windows"
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.