At least 3Gb memory needs to be available to the Container

Hi,

if I try to run the Image to create the container I get the following errormessage

image

The computer has 8 Gb RAM and 4Gb are available.
Is this a Problem caused by docker (my docker settings) or outside of docker ?

Regards
Alexander

What is your docker run statement looks like? Try to add -m=4G to it

The first one was without any additions
when I try to add -m=4G I get the following message

Issue with memory appears to be fixed as you can see from log, the rest of the stuff looks like cyclical bug, not sure what that thing is without knowing what your image supposed to do.

The Image should create a container-based development evironment for Business Central

docker run -m 3G -e accept_eula=Y microsoft/dynamics-nav for Windows 10

Hi,

Do you find the solution to solve this issue?
I am encounting this same issue.

Thanks