I am trying to create a container in windows, during the build process I have to install and configure DB2 and Installation manager. This build on Windows 10 fails the script takes very long time to execute and finally it either fails or hangs.
I checked the memory and cpu usage using docker stats and I see only 4% of cpu and 1 % memory is used. I aslo assigned 8GB ram and 4 cpus to the docker process in Windows via the settings.
However the same build when I run it on a docker CE on RHEL/Ubuntu system succeeds without any issues.