Docker Desktop - Unable to create image for mendix app with Windows Container enabled

0
Hi everyone,   I am trying to create and deploy image file by following Mendix Docker Documentaion https://docs.mendix.com/developerportal/deploy/docker-deploy#1-introduction.   I have done following steps Installed Docker Desktop 2.5.0.1 Stable Version.  Downloaded Mendix Build Pack Open Docker Desktop and changed to Windows Container from tray Icon Opened Cmd from build pack folder  Run the following comman “docker build --build-arg BUILD_PATH=”XXXXXX” -t mendix/YYYYYY:v1.0.0 . It throws an error like “ The command '/bin/sh -c mkdir -p /opt/mendix/buildpack /opt/mendix/build &&    echo "CF Buildpack version ${CF_BUILDPACK}" &&    curl -fsSL https://github.com/mendix/cf-mendix-buildpack/archive/${CF_BUILDPACK}.tar.gz | tar xz -C /opt/mendix/buildpack --strip-components 1 &&    chgrp -R 0 /opt/mendix &&    chmod -R g=u  /opt/mendix' returned a non-zero code: 4294967295: failed to shutdown container: container ff4f9ac1dc4b3328eed07130725911a0de9fb33a4bd2451736d29e085818ee90 encountered an error during hcsshim::System::waitBackground: failure in a Windows system call: The virtual machine or container with the specified identifier is not running. (0xc0370110): subsequent terminate failed container ff4f9ac1dc4b3328eed07130725911a0de9fb33a4bd2451736d29e085818ee90 encountered an error during hcsshim::System::waitBackground: failure in a Windows system call: The virtual machine or container with the specified identifier is not running. (0xc0370110)” Any one have idea , how to fix this issue. I googled , many of them says Change to Linux container and then try. Yes that way works , But I want to work in Windows container.    Thanks.
asked
0 answers